Class: Aws::Types::UpdateRoomRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoomRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#room_id ⇒ ::String
Returns the value of attribute room_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
904 905 906 |
# File 'sig/types.rbs', line 904 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
906 907 908 |
# File 'sig/types.rbs', line 906 def name @name end |
#room_id ⇒ ::String
Returns the value of attribute room_id.
905 906 907 |
# File 'sig/types.rbs', line 905 def room_id @room_id end |