Class: Aws::Types::RedactChannelMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::RedactChannelMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
800 801 802 |
# File 'sig/types.rbs', line 800 def channel_arn @channel_arn end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
801 802 803 |
# File 'sig/types.rbs', line 801 def @message_id end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def sub_channel_id @sub_channel_id end |