struct Awscr::SSM::SimpleCredentials

Overview

Explicit key/secret, optionally with a session token

Included Modules

Defined in:

awscr-ssm/credentials.cr

Constructors

Instance Method Summary

Instance methods inherited from module Awscr::SSM::Credentials

key : String key, secret : String secret, session_token : String | Nil session_token

Constructor Detail

def self.new(key : String, secret : String, session_token : String | Nil = nil) #

[View source]

Instance Method Detail

def key : String #

[View source]
def secret : String #

[View source]
def session_token : String | Nil #

[View source]