Class: Aws::Repostspace::Types::ListSpacesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ListSpacesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token that you use when you request the next set of private re:Posts.
-
#spaces ⇒ Array<Types::SpaceData>
An array of structures that contain some information about the private re:Posts in the account.
Instance Attribute Details
#next_token ⇒ String
The token that you use when you request the next set of private re:Posts.
416 417 418 419 420 421 |
# File 'lib/aws-sdk-repostspace/types.rb', line 416 class ListSpacesOutput < Struct.new( :next_token, :spaces) SENSITIVE = [] include Aws::Structure end |
#spaces ⇒ Array<Types::SpaceData>
An array of structures that contain some information about the private re:Posts in the account.
416 417 418 419 420 421 |
# File 'lib/aws-sdk-repostspace/types.rb', line 416 class ListSpacesOutput < Struct.new( :next_token, :spaces) SENSITIVE = [] include Aws::Structure end |