Class: Aws::Types::RedactConversationMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::RedactConversationMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
680 681 682 |
# File 'sig/types.rbs', line 680 def account_id @account_id end |
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def conversation_id @conversation_id end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
682 683 684 |
# File 'sig/types.rbs', line 682 def @message_id end |