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:

  • (::String)


8423
8424
8425
# File 'sig/types.rbs', line 8423

def next_token
  @next_token
end

#spaces::Array[Types::SpaceDetails]

Returns the value of attribute spaces.

Returns:



8422
8423
8424
# File 'sig/types.rbs', line 8422

def spaces
  @spaces
end