Class: Aws::Types::GetChannelMessageStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelMessageStatusRequest
- 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.
505 506 507 |
# File 'sig/types.rbs', line 505 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
507 508 509 |
# File 'sig/types.rbs', line 507 def chime_bearer @chime_bearer end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
506 507 508 |
# File 'sig/types.rbs', line 506 def end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
508 509 510 |
# File 'sig/types.rbs', line 508 def sub_channel_id @sub_channel_id end |