Class: Aws::Repostspace::Types::ListChannelsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ListChannelsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::ChannelData>
An array of structures that contain some information about the channels in the private re:Post.
-
#next_token ⇒ String
The token that you use when you request the next set of channels.
Instance Attribute Details
#channels ⇒ Array<Types::ChannelData>
An array of structures that contain some information about the channels in the private re:Post.
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_token ⇒ String
The token that you use when you request the next set of channels.
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 |