class AWS::Credentials

Included Modules

Defined in:

aws/credentials.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(key : String, secret : String, token : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(profile : Profile) #

[View source]

Class Method Detail

def self.from(env : Enumerable(Tuple(String, String))) #

[View source]

Instance Method Detail

def expires_at : Time | Nil #

[View source]
def key : String #

[View source]
def secret : String #

[View source]
def token : String | Nil #

[View source]
def version : Int32 #

[View source]