Class: Aws::Repostspace::Types::ListChannelsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::ChannelData>

An array of structures that contain some information about the channels in the private re:Post.

Returns:



680
681
682
683
684
685
# File 'lib/aws-sdk-repostspace/types.rb', line 680

class ListChannelsOutput < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that you use when you request the next set of channels.

Returns:

  • (String)


680
681
682
683
684
685
# File 'lib/aws-sdk-repostspace/types.rb', line 680

class ListChannelsOutput < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end