Class: Aws::Types::SearchSpacesResponse

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)


9878
9879
9880
# File 'sig/types.rbs', line 9878

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9879
9880
9881
# File 'sig/types.rbs', line 9879

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


9876
9877
9878
# File 'sig/types.rbs', line 9876

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


9875
9876
9877
# File 'sig/types.rbs', line 9875

def space_id
  @space_id
end

#space_summaries::Array[Types::SpaceSummary]

Returns the value of attribute space_summaries.

Returns:



9877
9878
9879
# File 'sig/types.rbs', line 9877

def space_summaries
  @space_summaries
end