Class: Aws::DataZone::Types::DeleteDomainUnitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteDomainUnitInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where you want to delete a domain unit.
-
#identifier ⇒ String
The ID of the domain unit that you want to delete.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where you want to delete a domain unit.
4848 4849 4850 4851 4852 4853 |
# File 'lib/aws-sdk-datazone/types.rb', line 4848 class DeleteDomainUnitInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the domain unit that you want to delete.
4848 4849 4850 4851 4852 4853 |
# File 'lib/aws-sdk-datazone/types.rb', line 4848 class DeleteDomainUnitInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |