Class: Aws::Types::QueryResult
- Inherits:
-
Object
- Object
- Aws::Types::QueryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#facet_results ⇒ ::Array[Types::FacetResult]
Returns the value of attribute facet_results.
-
#featured_results_items ⇒ ::Array[Types::FeaturedResultsItem]
Returns the value of attribute featured_results_items.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#result_items ⇒ ::Array[Types::QueryResultItem]
Returns the value of attribute result_items.
-
#spell_corrected_queries ⇒ ::Array[Types::SpellCorrectedQuery]
Returns the value of attribute spell_corrected_queries.
-
#total_number_of_results ⇒ ::Integer
Returns the value of attribute total_number_of_results.
-
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
Instance Attribute Details
#facet_results ⇒ ::Array[Types::FacetResult]
Returns the value of attribute facet_results.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def facet_results @facet_results end |
#featured_results_items ⇒ ::Array[Types::FeaturedResultsItem]
Returns the value of attribute featured_results_items.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def featured_results_items @featured_results_items end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def query_id @query_id end |
#result_items ⇒ ::Array[Types::QueryResultItem]
Returns the value of attribute result_items.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def result_items @result_items end |
#spell_corrected_queries ⇒ ::Array[Types::SpellCorrectedQuery]
Returns the value of attribute spell_corrected_queries.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def spell_corrected_queries @spell_corrected_queries end |
#total_number_of_results ⇒ ::Integer
Returns the value of attribute total_number_of_results.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def total_number_of_results @total_number_of_results end |
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def warnings @warnings end |