Class: Aws::Types::ListSearchesResponse

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)


2979
2980
2981
# File 'sig/types.rbs', line 2979

def next_token
  @next_token
end

#search_summaries::Array[Types::SearchSummary]

Returns the value of attribute search_summaries.

Returns:



2978
2979
2980
# File 'sig/types.rbs', line 2978

def search_summaries
  @search_summaries
end