Class: Aws::Types::ListSearchesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#list_searches_filtersTypes::ListSearchesFilters

Returns the value of attribute list_searches_filters.

Returns:



2983
2984
2985
# File 'sig/types.rbs', line 2983

def list_searches_filters
  @list_searches_filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



2981
2982
2983
# File 'sig/types.rbs', line 2981

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



2982
2983
2984
# File 'sig/types.rbs', line 2982

def next_token
  @next_token
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:



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

def workspace_name
  @workspace_name
end