Class: Aws::IAM::Types::SendDelegationTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::SendDelegationTokenRequest
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegation_request_id ⇒ String
The unique identifier of the delegation request for which to send the token.
Instance Attribute Details
#delegation_request_id ⇒ String
The unique identifier of the delegation request for which to send the token.
10500 10501 10502 10503 10504 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10500 class SendDelegationTokenRequest < Struct.new( :delegation_request_id) SENSITIVE = [] include Aws::Structure end |