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)


8438
8439
8440
# File 'sig/types.rbs', line 8438

def next_token
  @next_token
end

#spaces::Array[Types::SpaceDetails]

Returns the value of attribute spaces.

Returns:



8437
8438
8439
# File 'sig/types.rbs', line 8437

def spaces
  @spaces
end