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)


7767
7768
7769
# File 'sig/types.rbs', line 7767

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7768
7769
7770
# File 'sig/types.rbs', line 7768

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


7765
7766
7767
# File 'sig/types.rbs', line 7765

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


7764
7765
7766
# File 'sig/types.rbs', line 7764

def space_id
  @space_id
end

#space_summaries::Array[Types::SpaceSummary]

Returns the value of attribute space_summaries.

Returns:



7766
7767
7768
# File 'sig/types.rbs', line 7766

def space_summaries
  @space_summaries
end