class
Amazonite::Ssm::StartAccessRequestRequest
- Amazonite::Ssm::StartAccessRequestRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/start_access_request_request.crConstructors
- .new(reason : String, targets : Array(Target), tags : Array(Tag) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#reason : String
A brief description explaining why you are requesting access to the node.
-
#reason=(reason : String)
A brief description explaining why you are requesting access to the node.
-
#tags : Array(Tag) | Nil
Key-value pairs of metadata you want to assign to the access request.
-
#tags=(tags : Array(Tag) | Nil)
Key-value pairs of metadata you want to assign to the access request.
-
#targets : Array(Target)
The node you are requesting access to.
-
#targets=(targets : Array(Target))
The node you are requesting access to.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def reason=(reason : String)
#
A brief description explaining why you are requesting access to the node.
Key-value pairs of metadata you want to assign to the access request.
Key-value pairs of metadata you want to assign to the access request.