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)


2989
2990
2991
# File 'sig/types.rbs', line 2989

def next_token
  @next_token
end

#search_summaries::Array[Types::SearchSummary]

Returns the value of attribute search_summaries.

Returns:



2988
2989
2990
# File 'sig/types.rbs', line 2988

def search_summaries
  @search_summaries
end