Class: Aws::Types::SearchRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cursor::String

Returns the value of attribute cursor.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def cursor
  @cursor
end

#expr::String

Returns the value of attribute expr.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def expr
  @expr
end

#facet::String

Returns the value of attribute facet.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def facet
  @facet
end

#filter_query::String

Returns the value of attribute filter_query.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def filter_query
  @filter_query
end

#highlight::String

Returns the value of attribute highlight.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def highlight
  @highlight
end

#partialBoolean

Returns the value of attribute partial.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def partial
  @partial
end

#query::String

Returns the value of attribute query.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def query
  @query
end

#query_options::String

Returns the value of attribute query_options.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def query_options
  @query_options
end

#query_parser"simple", ...

Returns the value of attribute query_parser.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def query_parser
  @query_parser
end

#return::String

Returns the value of attribute return.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def return
  @return
end

#size::Integer

Returns the value of attribute size.

Returns:



77
78
79
# File 'sig/types.rbs', line 77

def size
  @size
end

#sort::String

Returns the value of attribute sort.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def sort
  @sort
end

#start::Integer

Returns the value of attribute start.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def start
  @start
end

#stats::String

Returns the value of attribute stats.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def stats
  @stats
end