Class: Aws::IAM::Types::GetDelegationRequestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetDelegationRequestRequest
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegation_permission_check ⇒ Boolean
Specifies whether to perform a permission check for the delegation request.
-
#delegation_request_id ⇒ String
The unique identifier of the delegation request to retrieve.
Instance Attribute Details
#delegation_permission_check ⇒ Boolean
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.
3909 3910 3911 3912 3913 3914 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3909 class GetDelegationRequestRequest < Struct.new( :delegation_request_id, :delegation_permission_check) SENSITIVE = [] include Aws::Structure end |
#delegation_request_id ⇒ String
The unique identifier of the delegation request to retrieve.
3909 3910 3911 3912 3913 3914 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3909 class GetDelegationRequestRequest < Struct.new( :delegation_request_id, :delegation_permission_check) SENSITIVE = [] include Aws::Structure end |