Class: Aws::Types::SendChannelMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendChannelMessageRequest
- 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.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#persistence ⇒ "PERSISTENT", "NON_PERSISTENT"
Returns the value of attribute persistence.
-
#push_notification ⇒ Types::PushNotificationConfiguration
Returns the value of attribute push_notification.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
-
#target ⇒ ::Array[Types::Target]
Returns the value of attribute target.
-
#type ⇒ "STANDARD", "CONTROL"
Returns the value of attribute type.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
834 835 836 |
# File 'sig/types.rbs', line 834 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
840 841 842 |
# File 'sig/types.rbs', line 840 def chime_bearer @chime_bearer end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
839 840 841 |
# File 'sig/types.rbs', line 839 def client_request_token @client_request_token end |
#content ⇒ ::String
Returns the value of attribute content.
835 836 837 |
# File 'sig/types.rbs', line 835 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
844 845 846 |
# File 'sig/types.rbs', line 844 def content_type @content_type end |
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
842 843 844 |
# File 'sig/types.rbs', line 842 def @message_attributes end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
838 839 840 |
# File 'sig/types.rbs', line 838 def @metadata end |
#persistence ⇒ "PERSISTENT", "NON_PERSISTENT"
Returns the value of attribute persistence.
837 838 839 |
# File 'sig/types.rbs', line 837 def persistence @persistence end |
#push_notification ⇒ Types::PushNotificationConfiguration
Returns the value of attribute push_notification.
841 842 843 |
# File 'sig/types.rbs', line 841 def push_notification @push_notification end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
843 844 845 |
# File 'sig/types.rbs', line 843 def sub_channel_id @sub_channel_id end |
#target ⇒ ::Array[Types::Target]
Returns the value of attribute target.
845 846 847 |
# File 'sig/types.rbs', line 845 def target @target end |
#type ⇒ "STANDARD", "CONTROL"
Returns the value of attribute type.
836 837 838 |
# File 'sig/types.rbs', line 836 def type @type end |