Class: Aws::Types::UpdateDomainUnitOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainUnitOutput
- 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.
6519 6520 6521 |
# File 'sig/types.rbs', line 6519 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6521 6522 6523 |
# File 'sig/types.rbs', line 6521 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
6517 6518 6519 |
# File 'sig/types.rbs', line 6517 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6514 6515 6516 |
# File 'sig/types.rbs', line 6514 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
6513 6514 6515 |
# File 'sig/types.rbs', line 6513 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
6520 6521 6522 |
# File 'sig/types.rbs', line 6520 def last_updated_at @last_updated_at end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
6522 6523 6524 |
# File 'sig/types.rbs', line 6522 def last_updated_by @last_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
6515 6516 6517 |
# File 'sig/types.rbs', line 6515 def name @name end |
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
Returns the value of attribute owners.
6516 6517 6518 |
# File 'sig/types.rbs', line 6516 def owners @owners end |
#parent_domain_unit_id ⇒ ::String
Returns the value of attribute parent_domain_unit_id.
6518 6519 6520 |
# File 'sig/types.rbs', line 6518 def parent_domain_unit_id @parent_domain_unit_id end |