class Awscr::Signer::Scope
- Awscr::Signer::Scope
- Reference
- Object
Overview
Represents the Scope
of a Request
scope = Scope.new("s3", "us-east-1", Time.now)
Defined in:
awscr-signer/core/scope.crConstructors
Instance Method Summary
-
#date : Date
The date used in the scope
-
#region : String
The region of the
Scope
-
#service : String
The service of the
Scope
-
#to_s(io : IO)
Return the
Scope
as a string