Class: Aws::DataZone::Types::DomainUnitSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainUnitSummary
- Defined in:
- gems/aws-sdk-datazone/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.
7446 7447 7448 7449 7450 7451 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7446 class DomainUnitSummary < Struct.new( :name, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain unit summary.
7446 7447 7448 7449 7450 7451 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7446 class DomainUnitSummary < Struct.new( :name, :id) SENSITIVE = [] include Aws::Structure end |