Class: Aws::Types::SendChannelMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendChannelMessageResponse
- 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.
-
#status ⇒ Types::ChannelMessageStatusStructure
Returns the value of attribute status.
-
#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.
850 851 852 |
# File 'sig/types.rbs', line 850 def channel_arn @channel_arn end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
851 852 853 |
# File 'sig/types.rbs', line 851 def @message_id end |
#status ⇒ Types::ChannelMessageStatusStructure
Returns the value of attribute status.
852 853 854 |
# File 'sig/types.rbs', line 852 def status @status end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
853 854 855 |
# File 'sig/types.rbs', line 853 def sub_channel_id @sub_channel_id end |