Class: Aws::DataZone::Types::GetEnvironmentProfileInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 profile exists.

Returns:

  • (String)


7393
7394
7395
7396
7397
7398
# File 'lib/aws-sdk-datazone/types.rb', line 7393

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

#identifierString

The ID of the environment profile.

Returns:

  • (String)


7393
7394
7395
7396
7397
7398
# File 'lib/aws-sdk-datazone/types.rb', line 7393

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