Class: Aws::DataZone::Types::GetEnvironmentCredentialsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The access key ID of the environment.

Returns:

  • (String)


8394
8395
8396
8397
8398
8399
8400
8401
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8394

class GetEnvironmentCredentialsOutput < Struct.new(
  :access_key_id,
  :expiration,
  :secret_access_key,
  :session_token)
  SENSITIVE = []
  include Aws::Structure
end

#expirationTime

The expiration timestamp of the environment credentials.

Returns:

  • (Time)


8394
8395
8396
8397
8398
8399
8400
8401
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8394

class GetEnvironmentCredentialsOutput < Struct.new(
  :access_key_id,
  :expiration,
  :secret_access_key,
  :session_token)
  SENSITIVE = []
  include Aws::Structure
end

#secret_access_keyString

The secret access key of the environment credentials.

Returns:

  • (String)


8394
8395
8396
8397
8398
8399
8400
8401
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8394

class GetEnvironmentCredentialsOutput < Struct.new(
  :access_key_id,
  :expiration,
  :secret_access_key,
  :session_token)
  SENSITIVE = []
  include Aws::Structure
end

#session_tokenString

The session token of the environment credentials.

Returns:

  • (String)


8394
8395
8396
8397
8398
8399
8400
8401
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8394

class GetEnvironmentCredentialsOutput < Struct.new(
  :access_key_id,
  :expiration,
  :secret_access_key,
  :session_token)
  SENSITIVE = []
  include Aws::Structure
end