Class: Aws::DataZone::Types::DeleteEnvironmentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteEnvironmentInput
- 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 environment is deleted.
-
#identifier ⇒ String
The identifier of the environment that is to be deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the environment is deleted.
4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4758 class DeleteEnvironmentInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the environment that is to be deleted.
4758 4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4758 class DeleteEnvironmentInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |