struct AWS::Configuration::Profile

Defined in:

aws/configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(v : Hash(String, String)) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []?(*args, **options) #

[View source]
def []?(*args, **options, &) #

[View source]
def access_key_id : String | Nil #

[View source]
def clone #

[View source]
def copy_with(v _v = @v) #

[View source]
def fetch(*args, **options) #

[View source]
def fetch(*args, **options, &) #

[View source]
def secret_access_key : String | Nil #

[View source]
def services : Services | Nil #

[View source]
def services=(services : Services | Nil) #

[View source]
def session_token : String | Nil #

[View source]
def sso_account_id : String | Nil #

[View source]
def sso_role_name : String | Nil #

[View source]
def sso_session : SSOSession | Nil #

[View source]
def sso_session=(sso_session : SSOSession | Nil) #

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