Class: Aws::Types::SearchRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cursor ⇒ ::String
Returns the value of attribute cursor.
-
#expr ⇒ ::String
Returns the value of attribute expr.
-
#facet ⇒ ::String
Returns the value of attribute facet.
-
#filter_query ⇒ ::String
Returns the value of attribute filter_query.
-
#highlight ⇒ ::String
Returns the value of attribute highlight.
-
#partial ⇒ Boolean
Returns the value of attribute partial.
-
#query ⇒ ::String
Returns the value of attribute query.
-
#query_options ⇒ ::String
Returns the value of attribute query_options.
-
#query_parser ⇒ "simple", ...
Returns the value of attribute query_parser.
-
#return ⇒ ::String
Returns the value of attribute return.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#sort ⇒ ::String
Returns the value of attribute sort.
-
#start ⇒ ::Integer
Returns the value of attribute start.
-
#stats ⇒ ::String
Returns the value of attribute stats.
Instance Attribute Details
#cursor ⇒ ::String
Returns the value of attribute cursor.
67 68 69 |
# File 'sig/types.rbs', line 67 def cursor @cursor end |
#expr ⇒ ::String
Returns the value of attribute expr.
68 69 70 |
# File 'sig/types.rbs', line 68 def expr @expr end |
#facet ⇒ ::String
Returns the value of attribute facet.
69 70 71 |
# File 'sig/types.rbs', line 69 def facet @facet end |
#filter_query ⇒ ::String
Returns the value of attribute filter_query.
70 71 72 |
# File 'sig/types.rbs', line 70 def filter_query @filter_query end |
#highlight ⇒ ::String
Returns the value of attribute highlight.
71 72 73 |
# File 'sig/types.rbs', line 71 def highlight @highlight end |
#partial ⇒ Boolean
Returns the value of attribute partial.
72 73 74 |
# File 'sig/types.rbs', line 72 def partial @partial end |
#query ⇒ ::String
Returns the value of attribute query.
73 74 75 |
# File 'sig/types.rbs', line 73 def query @query end |
#query_options ⇒ ::String
Returns the value of attribute query_options.
74 75 76 |
# File 'sig/types.rbs', line 74 def end |
#query_parser ⇒ "simple", ...
Returns the value of attribute query_parser.
75 76 77 |
# File 'sig/types.rbs', line 75 def query_parser @query_parser end |
#return ⇒ ::String
Returns the value of attribute return.
76 77 78 |
# File 'sig/types.rbs', line 76 def return @return end |
#size ⇒ ::Integer
Returns the value of attribute size.
77 78 79 |
# File 'sig/types.rbs', line 77 def size @size end |
#sort ⇒ ::String
Returns the value of attribute sort.
78 79 80 |
# File 'sig/types.rbs', line 78 def sort @sort end |
#start ⇒ ::Integer
Returns the value of attribute start.
79 80 81 |
# File 'sig/types.rbs', line 79 def start @start end |
#stats ⇒ ::String
Returns the value of attribute stats.
80 81 82 |
# File 'sig/types.rbs', line 80 def stats @stats end |