Class: Aws::DataZone::Types::GetEnvironmentCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentCredentialsOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The access key ID of the environment.
-
#expiration ⇒ Time
The expiration timestamp of the environment credentials.
-
#secret_access_key ⇒ String
The secret access key of the environment credentials.
-
#session_token ⇒ String
The session token of the environment credentials.
Instance Attribute Details
#access_key_id ⇒ String
The access key ID of the environment.
8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8375 class GetEnvironmentCredentialsOutput < Struct.new( :access_key_id, :expiration, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ Time
The expiration timestamp of the environment credentials.
8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8375 class GetEnvironmentCredentialsOutput < 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 the environment credentials.
8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8375 class GetEnvironmentCredentialsOutput < Struct.new( :access_key_id, :expiration, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |
#session_token ⇒ String
The session token of the environment credentials.
8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8375 class GetEnvironmentCredentialsOutput < Struct.new( :access_key_id, :expiration, :secret_access_key, :session_token) SENSITIVE = [] include Aws::Structure end |