Class: Aws::ChimeSDKMessaging::Types::ListChannelMessagesResponse

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 containing the requested messages.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2237

class ListChannelMessagesResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_messages,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#channel_messagesArray<Types::ChannelMessageSummary>

The information about, and content of, each requested message.

Returns:



2237
2238
2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2237

class ListChannelMessagesResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_messages,
  :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)


2237
2238
2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2237

class ListChannelMessagesResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_messages,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#sub_channel_idString

The ID of the SubChannel in the response.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2237

class ListChannelMessagesResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_messages,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end