Class: Aws::Chime::Types::ListChannelMessagesResponse

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

Returns:

  • (String)


5239
5240
5241
5242
5243
5244
5245
# File 'lib/aws-sdk-chime/types.rb', line 5239

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

#channel_messagesArray<Types::ChannelMessageSummary>

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

Returns:



5239
5240
5241
5242
5243
5244
5245
# File 'lib/aws-sdk-chime/types.rb', line 5239

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

#next_tokenString

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

Returns:

  • (String)


5239
5240
5241
5242
5243
5244
5245
# File 'lib/aws-sdk-chime/types.rb', line 5239

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