Class: Aws::DataZone::Types::ConnectionCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConnectionCredentials
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The credentials of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The access key ID of a connection.
-
#expiration ⇒ Time
The expiration of the connection credentials.
-
#secret_access_key ⇒ String
The secret access key of a connection.
-
#session_token ⇒ String
The session token of a connection credentials.
Instance Attribute Details
#access_key_id ⇒ String
The access key ID of a connection.
1480 1481 1482 1483 1484 1485 1486 1487 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1480 class ConnectionCredentials < Struct.new( :access_key_id, :expiration, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ Time
The expiration of the connection credentials.
1480 1481 1482 1483 1484 1485 1486 1487 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1480 class ConnectionCredentials < Struct.new( :access_key_id, :expiration, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |
#secret_access_key ⇒ String
The secret access key of a connection.
1480 1481 1482 1483 1484 1485 1486 1487 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1480 class ConnectionCredentials < Struct.new( :access_key_id, :expiration, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |
#session_token ⇒ String
The session token of a connection credentials.
1480 1481 1482 1483 1484 1485 1486 1487 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1480 class ConnectionCredentials < Struct.new( :access_key_id, :expiration, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |