Class: Aws::Chime::Types::ListChannelMessagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelMessagesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel containing the requested messages.
5239 5240 5241 5242 5243 5244 5245 |
# File 'lib/aws-sdk-chime/types.rb', line 5239 class ListChannelMessagesResponse < Struct.new( :channel_arn, :next_token, :channel_messages) SENSITIVE = [:next_token] include Aws::Structure end |
#channel_messages ⇒ Array<Types::ChannelMessageSummary>
The information about, and content of, each requested message.
5239 5240 5241 5242 5243 5244 5245 |
# File 'lib/aws-sdk-chime/types.rb', line 5239 class ListChannelMessagesResponse < Struct.new( :channel_arn, :next_token, :channel_messages) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested messages are returned.
5239 5240 5241 5242 5243 5244 5245 |
# File 'lib/aws-sdk-chime/types.rb', line 5239 class ListChannelMessagesResponse < Struct.new( :channel_arn, :next_token, :channel_messages) SENSITIVE = [:next_token] include Aws::Structure end |