Class: Aws::Types::UpdateChannelMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelMessageResponse
- 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.
940 941 942 |
# File 'sig/types.rbs', line 940 def channel_arn @channel_arn end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
941 942 943 |
# File 'sig/types.rbs', line 941 def end |
#status ⇒ Types::ChannelMessageStatusStructure
Returns the value of attribute status.
942 943 944 |
# File 'sig/types.rbs', line 942 def status @status end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
943 944 945 |
# File 'sig/types.rbs', line 943 def sub_channel_id @sub_channel_id end |