Class: Aws::DataZone::Types::DeleteEnvironmentBlueprintConfigurationInput

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 configuration is deleted.

Returns:

  • (String)


3437
3438
3439
3440
3441
3442
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3437

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

#environment_blueprint_identifierString

The ID of the blueprint the configuration of which is deleted.

Returns:

  • (String)


3437
3438
3439
3440
3441
3442
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3437

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