Class: Aws::Repostspace::Types::ListChannelsInput

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

#max_resultsInteger

The maximum number of channels to include in the results.

Returns:

  • (Integer)


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_tokenString

The token for the next set of channel to return. You receive this token from a previous ListChannels operation.

Returns:

  • (String)


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_idString

The unique ID of the private re:Post.

Returns:

  • (String)


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