Class: Aws::Types::GetRoomRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRoomRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#room_id ⇒ ::String
Returns the value of attribute room_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
394 395 396 |
# File 'sig/types.rbs', line 394 def account_id @account_id end |
#room_id ⇒ ::String
Returns the value of attribute room_id.
395 396 397 |
# File 'sig/types.rbs', line 395 def room_id @room_id end |