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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/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.

Returns:

  • (Integer)


290
291
292
293
294
295
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 290

class ListSpacesInput < Struct.new(
  :max_results,
  :next_token)
  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.

Returns:

  • (String)


290
291
292
293
294
295
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 290

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