Class: Aws::STS::Types::GetDelegatedAccessTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::GetDelegatedAccessTokenRequest
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:trade_in_token]
Instance Attribute Summary collapse
-
#trade_in_token ⇒ String
The token to exchange for temporary Amazon Web Services credentials.
Instance Attribute Details
#trade_in_token ⇒ String
The token to exchange for temporary Amazon Web Services credentials. This token must be valid and unexpired at the time of the request.
1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1264 class GetDelegatedAccessTokenRequest < Struct.new( :trade_in_token) SENSITIVE = [:trade_in_token] include Aws::Structure end |