Class: Aws::Types::CreateDomainUnitOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainUnitOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ancestor_domain_unit_ids ⇒ ::Array[::String]
Returns the value of attribute ancestor_domain_unit_ids.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
Returns the value of attribute owners.
-
#parent_domain_unit_id ⇒ ::String
Returns the value of attribute parent_domain_unit_id.
Instance Attribute Details
#ancestor_domain_unit_ids ⇒ ::Array[::String]
Returns the value of attribute ancestor_domain_unit_ids.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def ancestor_domain_unit_ids @ancestor_domain_unit_ids end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def name @name end |
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
Returns the value of attribute owners.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def owners @owners end |
#parent_domain_unit_id ⇒ ::String
Returns the value of attribute parent_domain_unit_id.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def parent_domain_unit_id @parent_domain_unit_id end |