Class: Aws::Repostspace::Types::ListChannelsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ListChannelsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of channels to include in the results.
-
#next_token ⇒ String
The token for the next set of channel to return.
-
#space_id ⇒ String
The unique ID of the private re:Post.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of channels to include in the results.
661 662 663 664 665 666 667 |
# File 'lib/aws-sdk-repostspace/types.rb', line 661 class ListChannelsInput < Struct.new( :space_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of channel to return. You receive this token from a previous ListChannels operation.
661 662 663 664 665 666 667 |
# File 'lib/aws-sdk-repostspace/types.rb', line 661 class ListChannelsInput < Struct.new( :space_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the private re:Post.
661 662 663 664 665 666 667 |
# File 'lib/aws-sdk-repostspace/types.rb', line 661 class ListChannelsInput < Struct.new( :space_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |