class AWS::Configuration

Defined in:

aws/configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(env : Enumerable(Tuple(String, String)) = ENV) #

[View source]
def self.new(path : Path) #

[View source]
def self.new(io : IO) #

[View source]
def self.new(values : Hash(String, Hash(String, String))) #

[View source]

Instance Method Detail

def profiles : Hash(String, Profile) #

[View source]
def services : Hash(String, Services) #

[View source]
def sso_sessions : Hash(String, SSOSession) #

[View source]