Class: Aws::Types::RedactChannelMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::RedactChannelMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
-
#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.
792 793 794 |
# File 'sig/types.rbs', line 792 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
794 795 796 |
# File 'sig/types.rbs', line 794 def chime_bearer @chime_bearer end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
793 794 795 |
# File 'sig/types.rbs', line 793 def @message_id end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
795 796 797 |
# File 'sig/types.rbs', line 795 def sub_channel_id @sub_channel_id end |