Class: Aws::Types::SearchIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_version ⇒ ::String
Returns the value of attribute query_version.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def index_name @index_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4417 4418 4419 |
# File 'sig/types.rbs', line 4417 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4416 4417 4418 |
# File 'sig/types.rbs', line 4416 def next_token @next_token end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
4415 4416 4417 |
# File 'sig/types.rbs', line 4415 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
4418 4419 4420 |
# File 'sig/types.rbs', line 4418 def query_version @query_version end |