Class: Aws::FinSpaceData::Types::Credentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::Credentials
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Short term API credentials.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The access key identifier.
-
#secret_access_key ⇒ String
The access key.
-
#session_token ⇒ String
The session token.
Instance Attribute Details
#access_key_id ⇒ String
The access key identifier.
714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 714 class Credentials < Struct.new( :access_key_id, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |
#secret_access_key ⇒ String
The access key.
714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 714 class Credentials < Struct.new( :access_key_id, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |
#session_token ⇒ String
The session token.
714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 714 class Credentials < Struct.new( :access_key_id, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |