Class: Aws::ChimeSDKMessaging::Types::ListChannelMessagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelMessagesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel containing the requested messages.
-
#channel_messages ⇒ Array<Types::ChannelMessageSummary>
The information about, and content of, each requested message.
-
#next_token ⇒ String
The token passed by previous API calls until all requested messages are returned.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel containing the requested messages.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2237 class ListChannelMessagesResponse < Struct.new( :channel_arn, :next_token, :channel_messages, :sub_channel_id) SENSITIVE = [:next_token] include Aws::Structure end |
#channel_messages ⇒ Array<Types::ChannelMessageSummary>
The information about, and content of, each requested message.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2237 class ListChannelMessagesResponse < Struct.new( :channel_arn, :next_token, :channel_messages, :sub_channel_id) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested messages are returned.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2237 class ListChannelMessagesResponse < Struct.new( :channel_arn, :next_token, :channel_messages, :sub_channel_id) SENSITIVE = [:next_token] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2237 class ListChannelMessagesResponse < Struct.new( :channel_arn, :next_token, :channel_messages, :sub_channel_id) SENSITIVE = [:next_token] include Aws::Structure end |