Class: Aws::DataZone::Types::DeleteEnvironmentBlueprintInput

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 the blueprint is deleted.

Returns:

  • (String)


6297
6298
6299
6300
6301
6302
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6297

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

#identifierString

The ID of the blueprint that is deleted.

Returns:

  • (String)


6297
6298
6299
6300
6301
6302
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6297

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