Class: Aws::Repostspace::Types::ListSpacesOutput

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

#next_tokenString

The token that you use when you request the next set of private re:Posts.

Returns:

  • (String)


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

#spacesArray<Types::SpaceData>

An array of structures that contain some information about the private re:Posts in the account.

Returns:



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