Class: Aws::Chime::Types::ListChannelMessagesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-chime/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_bearerString

The AppInstanceUserArn of the user that makes the API call.

Returns:

  • (String)


5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-chime/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_resultsInteger

The maximum number of messages that you want returned.

Returns:

  • (Integer)


5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-chime/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_tokenString

The token passed by previous API calls until all requested messages are returned.

Returns:

  • (String)


5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-chime/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_afterTime

The final or ending time stamp for your requested messages.

Returns:

  • (Time)


5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-chime/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_beforeTime

The initial or starting time stamp for your requested messages.

Returns:

  • (Time)


5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-chime/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_orderString

The order in which you want messages sorted. Default is Descending, based on time created.

Returns:

  • (String)


5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-chime/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