Class: Aws::STS::Types::GetDelegatedAccessTokenRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:trade_in_token]

Instance Attribute Summary collapse

Instance Attribute Details

#trade_in_tokenString

The token to exchange for temporary Amazon Web Services credentials. This token must be valid and unexpired at the time of the request.

Returns:

  • (String)


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