Class: Aws::Repostspace::Types::ListSpacesInput

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 private re:Posts to include in the results.



698
699
700
701
702
703
# File 'lib/aws-sdk-repostspace/types.rb', line 698

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

#next_tokenString

The token for the next set of private re:Posts to return. You receive this token from a previous ListSpaces operation.



698
699
700
701
702
703
# File 'lib/aws-sdk-repostspace/types.rb', line 698

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