Class: Aws::DataZone::Types::GetEnvironmentBlueprintInput

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 identifier of the domain in which this blueprint exists.

Returns:

  • (String)


7141
7142
7143
7144
7145
7146
# File 'lib/aws-sdk-datazone/types.rb', line 7141

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

#identifierString

The ID of this Amazon DataZone blueprint.

Returns:

  • (String)


7141
7142
7143
7144
7145
7146
# File 'lib/aws-sdk-datazone/types.rb', line 7141

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