Class: Aws::DataZone::Types::GetDomainUnitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDomainUnitInput
- 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 get a domain unit.
-
#identifier ⇒ String
The identifier of the domain unit that you want to get.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where you want to get a domain unit.
8064 8065 8066 8067 8068 8069 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8064 class GetDomainUnitInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the domain unit that you want to get.
8064 8065 8066 8067 8068 8069 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8064 class GetDomainUnitInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |