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)


8106
8107
8108
# File 'sig/types.rbs', line 8106

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8107
8108
8109
# File 'sig/types.rbs', line 8107

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


8104
8105
8106
# File 'sig/types.rbs', line 8104

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


8103
8104
8105
# File 'sig/types.rbs', line 8103

def space_id
  @space_id
end

#space_summaries::Array[Types::SpaceSummary]

Returns the value of attribute space_summaries.

Returns:



8105
8106
8107
# File 'sig/types.rbs', line 8105

def space_summaries
  @space_summaries
end