Class: Aws::Types::RedactRoomMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::RedactRoomMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#room_id ⇒ ::String
Returns the value of attribute room_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def account_id @account_id end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def end |
#room_id ⇒ ::String
Returns the value of attribute room_id.
691 692 693 |
# File 'sig/types.rbs', line 691 def room_id @room_id end |