Class: Aws::Chime::Types::ListChannelMessagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelMessagesRequest
- 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.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
-
#max_results ⇒ Integer
The maximum number of messages that you want returned.
-
#next_token ⇒ String
The token passed by previous API calls until all requested messages are returned.
-
#not_after ⇒ Time
The final or ending time stamp for your requested messages.
-
#not_before ⇒ Time
The initial or starting time stamp for your requested messages.
-
#sort_order ⇒ String
The order in which you want messages sorted.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 |
# File 'lib/aws-sdk-chime/types.rb', line 5212 class ListChannelMessagesRequest < Struct.new( :channel_arn, :sort_order, :not_before, :not_after, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 |
# File 'lib/aws-sdk-chime/types.rb', line 5212 class ListChannelMessagesRequest < Struct.new( :channel_arn, :sort_order, :not_before, :not_after, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of messages that you want returned.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 |
# File 'lib/aws-sdk-chime/types.rb', line 5212 class ListChannelMessagesRequest < Struct.new( :channel_arn, :sort_order, :not_before, :not_after, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested messages are returned.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 |
# File 'lib/aws-sdk-chime/types.rb', line 5212 class ListChannelMessagesRequest < Struct.new( :channel_arn, :sort_order, :not_before, :not_after, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#not_after ⇒ Time
The final or ending time stamp for your requested messages.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 |
# File 'lib/aws-sdk-chime/types.rb', line 5212 class ListChannelMessagesRequest < Struct.new( :channel_arn, :sort_order, :not_before, :not_after, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#not_before ⇒ Time
The initial or starting time stamp for your requested messages.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 |
# File 'lib/aws-sdk-chime/types.rb', line 5212 class ListChannelMessagesRequest < Struct.new( :channel_arn, :sort_order, :not_before, :not_after, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#sort_order ⇒ String
The order in which you want messages sorted. Default is Descending, based on time created.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 |
# File 'lib/aws-sdk-chime/types.rb', line 5212 class ListChannelMessagesRequest < Struct.new( :channel_arn, :sort_order, :not_before, :not_after, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |