Class: Aws::Types::GetDomainUnitOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainUnitOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def last_updated_at @last_updated_at end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def last_updated_by @last_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def name @name end |
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
Returns the value of attribute owners.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def owners @owners end |
#parent_domain_unit_id ⇒ ::String
Returns the value of attribute parent_domain_unit_id.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def parent_domain_unit_id @parent_domain_unit_id end |