Class: Aws::Repostspace::Types::ListSpacesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ListSpacesInput
- 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 private re:Posts to include in the results.
-
#next_token ⇒ String
The token for the next set of private re:Posts to return.
Instance Attribute Details
#max_results ⇒ Integer
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_token ⇒ String
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 |