Class: Aws::STS::Types::GetSessionTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::GetSessionTokenResponse
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
Contains the response to a successful GetSessionToken request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
Instance Attribute Details
#credentials ⇒ Types::Credentials
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1520 class GetSessionTokenResponse < Struct.new( :credentials) SENSITIVE = [] include Aws::Structure end |