class
Amazonite::Iam::GetDelegationRequestRequest
- Amazonite::Iam::GetDelegationRequestRequest
- Reference
- Object
Defined in:
iam/get_delegation_request_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(delegation_request_id : String, delegation_permission_check : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delegation_permission_check : Bool | Nil
Specifies whether to perform a permission check for the delegation request.
-
#delegation_permission_check=(delegation_permission_check : Bool | Nil)
Specifies whether to perform a permission check for the delegation request.
-
#delegation_request_id : String
The unique identifier of the delegation request to retrieve.
-
#delegation_request_id=(delegation_request_id : String)
The unique identifier of the delegation request to retrieve.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies whether to perform a permission check for the delegation request.
If set to true, the GetDelegationRequest API call will start a permission check process. This
process calculates whether the caller has sufficient permissions to cover the asks from this
delegation request.
Setting this parameter to true does not guarantee an answer in the response. See the
PermissionCheckStatus and the PermissionCheckResult response attributes for further details.
Specifies whether to perform a permission check for the delegation request.
If set to true, the GetDelegationRequest API call will start a permission check process. This
process calculates whether the caller has sufficient permissions to cover the asks from this
delegation request.
Setting this parameter to true does not guarantee an answer in the response. See the
PermissionCheckStatus and the PermissionCheckResult response attributes for further details.
The unique identifier of the delegation request to retrieve.