class
Amazonite::Iam::UpdateDelegationRequestRequest
- Amazonite::Iam::UpdateDelegationRequestRequest
- Reference
- Object
Defined in:
iam/update_delegation_request_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delegation_request_id : String
The unique identifier of the delegation request to update.
-
#delegation_request_id=(delegation_request_id : String)
The unique identifier of the delegation request to update.
-
#hash(hasher)
See
Object#hash(hasher) -
#notes : String | Nil
Additional notes or comments to add to the delegation request.
-
#notes=(notes : String | Nil)
Additional notes or comments to add to the delegation request.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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 delegation_request_id=(delegation_request_id : String)
#
The unique identifier of the delegation request to update.