Class: Aws::DataZone::Types::DomainUnitSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainUnitSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The summary of the domain unit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the domain unit summary.
-
#name ⇒ String
The name of the domain unit summary.
Instance Attribute Details
#id ⇒ String
The ID of the domain unit summary.
5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-datazone/types.rb', line 5558 class DomainUnitSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain unit summary.
5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-datazone/types.rb', line 5558 class DomainUnitSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |