class Aws::Chime::Types::ListChannelMessagesRequest
@note When making an API call, you may pass ListChannelMessagesRequest
data as a hash: { channel_arn: "ChimeArn", # required sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING not_before: Time.now, not_after: Time.now, max_results: 1, next_token: "NextToken", chime_bearer: "ChimeArn", }
@!attribute [rw] channel_arn
The ARN of the channel. @return [String]
@!attribute [rw] sort_order
The order in which you want messages sorted. Default is Descending, based on time created. @return [String]
@!attribute [rw] not_before
The initial or starting time stamp for your requested messages. @return [Time]
@!attribute [rw] not_after
The final or ending time stamp for your requested messages. @return [Time]
@!attribute [rw] max_results
The maximum number of messages that you want returned. @return [Integer]
@!attribute [rw] next_token
The token passed by previous API calls until all requested messages are returned. @return [String]
@!attribute [rw] chime_bearer
The `AppInstanceUserArn` of the user that makes the API call. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelMessagesRequest AWS API Documentation
Constants
- SENSITIVE