Class: Aws::Types::DeleteRoomRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRoomRequest
- 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.
272 273 274 |
# File 'sig/types.rbs', line 272 def account_id @account_id end |
#room_id ⇒ ::String
Returns the value of attribute room_id.
273 274 275 |
# File 'sig/types.rbs', line 273 def room_id @room_id end |