Class: Aws::DataZone::Types::GetEnvironmentCredentialsInput

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

#domain_identifierString

The ID of the Amazon DataZone domain in which this environment and its credentials exist.

Returns:

  • (String)


8350
8351
8352
8353
8354
8355
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8350

class GetEnvironmentCredentialsInput < Struct.new(
  :domain_identifier,
  :environment_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the environment whose credentials this operation gets.

Returns:

  • (String)


8350
8351
8352
8353
8354
8355
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8350

class GetEnvironmentCredentialsInput < Struct.new(
  :domain_identifier,
  :environment_identifier)
  SENSITIVE = []
  include Aws::Structure
end