Class: Aws::DataZone::Types::DeleteDomainUnitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteDomainUnitInput
- 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 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.
5676 5677 5678 5679 5680 5681 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5676 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.
5676 5677 5678 5679 5680 5681 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5676 class DeleteDomainUnitInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |