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.



2973
2974
2975
# File 'sig/types.rbs', line 2973

def list_searches_filters
  @list_searches_filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2971
2972
2973
# File 'sig/types.rbs', line 2971

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2972
2973
2974
# File 'sig/types.rbs', line 2972

def next_token
  @next_token
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


2970
2971
2972
# File 'sig/types.rbs', line 2970

def workspace_name
  @workspace_name
end