class Amazonite::Core::AwsCredentialsJson

Overview

shared JSON shape returned by both the ECS/Fargate container credentials endpoint and the EC2 instance metadata security-credentials endpoint

Included Modules

Defined in:

core/aws_credentials_json.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access_key_id : String #

[View source]
def expiration : String #

[View source]
def secret_access_key : String #

[View source]
def to_credentials : Credentials #

[View source]
def token : String #

[View source]