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.
2011 2012 2013 2014 2015 2016 2017 2018 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2011 class ConnectionCredentials < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ Time
The expiration of the connection credentials.
2011 2012 2013 2014 2015 2016 2017 2018 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2011 class ConnectionCredentials < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration) SENSITIVE = [] include Aws::Structure end |
#secret_access_key ⇒ String
The secret access key of a connection.
2011 2012 2013 2014 2015 2016 2017 2018 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2011 class ConnectionCredentials < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration) SENSITIVE = [] include Aws::Structure end |
#session_token ⇒ String
The session token of a connection credentials.
2011 2012 2013 2014 2015 2016 2017 2018 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2011 class ConnectionCredentials < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration) SENSITIVE = [] include Aws::Structure end |