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.
5743 5744 5745 5746 5747 5748 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5743 class DeleteEnvironmentInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the environment that is to be deleted.
5743 5744 5745 5746 5747 5748 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5743 class DeleteEnvironmentInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |