Class: Aws::Types::ListSpacesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def next_token
  @next_token
end

#spaces::Array[Types::SpaceData]

Returns the value of attribute spaces.

Returns:



214
215
216
# File 'sig/types.rbs', line 214

def spaces
  @spaces
end