Class: Aws::DataZone::Types::GetEnvironmentBlueprintConfigurationInput

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 where this blueprint exists.

Returns:

  • (String)


7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-datazone/types.rb', line 7070

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

#environment_blueprint_identifierString

He ID of the blueprint.

Returns:

  • (String)


7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-datazone/types.rb', line 7070

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