Class: Aws::DataZone::Types::DeleteEnvironmentBlueprintConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteEnvironmentBlueprintConfigurationInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
-
#environment_blueprint_identifier ⇒ String
The ID of the blueprint the configuration of which is deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4736 class DeleteEnvironmentBlueprintConfigurationInput < Struct.new( :domain_identifier, :environment_blueprint_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_blueprint_identifier ⇒ String
The ID of the blueprint the configuration of which is deleted.
4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4736 class DeleteEnvironmentBlueprintConfigurationInput < Struct.new( :domain_identifier, :environment_blueprint_identifier) SENSITIVE = [] include Aws::Structure end |