Class: Aws::Types::DeleteChannelMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChannelMessageRequest
- 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.
344 345 346 |
# File 'sig/types.rbs', line 344 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
346 347 348 |
# File 'sig/types.rbs', line 346 def chime_bearer @chime_bearer end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
345 346 347 |
# File 'sig/types.rbs', line 345 def @message_id end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def sub_channel_id @sub_channel_id end |