Class: Aws::Types::ListSpacesResponse

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:



8485
8486
8487
# File 'sig/types.rbs', line 8485

def next_token
  @next_token
end

#spaces::Array[Types::SpaceDetails]

Returns the value of attribute spaces.

Returns:



8484
8485
8486
# File 'sig/types.rbs', line 8484

def spaces
  @spaces
end