Class: Aws::ChimeSDKMessaging::Types::SendChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::SendChannelMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#message_id ⇒ String
The ID string assigned to each message.
-
#status ⇒ Types::ChannelMessageStatusStructure
The status of the channel message.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
3042 3043 3044 3045 3046 3047 3048 3049 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3042 class SendChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID string assigned to each message.
3042 3043 3044 3045 3046 3047 3048 3049 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3042 class SendChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ChannelMessageStatusStructure
The status of the channel message.
3042 3043 3044 3045 3046 3047 3048 3049 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3042 class SendChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
3042 3043 3044 3045 3046 3047 3048 3049 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3042 class SendChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |