Class: Aws::ChimeSDKMessaging::Types::ListChannelMessagesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/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)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#chime_bearerString

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of messages that you want returned.

Returns:

  • (Integer)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#not_afterTime

The final or ending time stamp for your requested messages.

Returns:

  • (Time)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#not_beforeTime

The initial or starting time stamp for your requested messages.

Returns:

  • (Time)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  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)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#sub_channel_idString

The ID of the SubChannel in the request.

Only required when listing the messages in a SubChannel that the user belongs to.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2205

class ListChannelMessagesRequest < Struct.new(
  :channel_arn,
  :sort_order,
  :not_before,
  :not_after,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end