class

Awscr::Signer::Scope

Inherits Reference < Object

Represents the Scope of a Request

scope = Scope.new("s3", "us-east-1", Time.now)

Constructors

new(region : String, service : String, timestamp : Time = Time.utc)
Source

Instance methods

date

The date used in the scope

Source
region

The region of the Scope

Source
service

The service of the Scope

Source
to_s(io : IO)

Return the Scope as a string

Source