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

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

#next_tokenString

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

Returns:

  • (String)


309
310
311
312
313
314
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 309

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:



309
310
311
312
313
314
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 309

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