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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2245
2246
2247
2248
2249
2250
2251
2252
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2245

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.



2245
2246
2247
2248
2249
2250
2251
2252
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2245

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.



2245
2246
2247
2248
2249
2250
2251
2252
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2245

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.



2245
2246
2247
2248
2249
2250
2251
2252
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2245

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