Class: Aws::Types::Room
- Inherits:
-
Object
- Object
- Aws::Types::Room
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#room_id ⇒ ::String
Returns the value of attribute room_id.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
746 747 748 |
# File 'sig/types.rbs', line 746 def account_id @account_id end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
747 748 749 |
# File 'sig/types.rbs', line 747 def created_by @created_by end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
748 749 750 |
# File 'sig/types.rbs', line 748 def @created_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
745 746 747 |
# File 'sig/types.rbs', line 745 def name @name end |
#room_id ⇒ ::String
Returns the value of attribute room_id.
744 745 746 |
# File 'sig/types.rbs', line 744 def room_id @room_id end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
749 750 751 |
# File 'sig/types.rbs', line 749 def @updated_timestamp end |