Class: Aws::Types::DeleteMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
94 95 96 |
# File 'sig/types.rbs', line 94 def id @id end |
#reason ⇒ ::String
Returns the value of attribute reason.
95 96 97 |
# File 'sig/types.rbs', line 95 def reason @reason end |
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
93 94 95 |
# File 'sig/types.rbs', line 93 def room_identifier @room_identifier end |