Class: Aws::Types::ChannelMessageCallback
- Inherits:
-
Object
- Object
- Aws::Types::ChannelMessageCallback
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#push_notification ⇒ Types::PushNotificationConfiguration
Returns the value of attribute push_notification.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
179 180 181 |
# File 'sig/types.rbs', line 179 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
184 185 186 |
# File 'sig/types.rbs', line 184 def content_type @content_type end |
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
182 183 184 |
# File 'sig/types.rbs', line 182 def end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
180 181 182 |
# File 'sig/types.rbs', line 180 def end |
#push_notification ⇒ Types::PushNotificationConfiguration
Returns the value of attribute push_notification.
181 182 183 |
# File 'sig/types.rbs', line 181 def push_notification @push_notification end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def sub_channel_id @sub_channel_id end |