Class: Aws::Types::SearchResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#facets ⇒ ::Hash[::String, Types::BucketInfo]
Returns the value of attribute facets.
-
#hits ⇒ Types::Hits
Returns the value of attribute hits.
-
#stats ⇒ ::Hash[::String, Types::FieldStats]
Returns the value of attribute stats.
-
#status ⇒ Types::SearchStatus
Returns the value of attribute status.
Instance Attribute Details
#facets ⇒ ::Hash[::String, Types::BucketInfo]
Returns the value of attribute facets.
87 88 89 |
# File 'sig/types.rbs', line 87 def facets @facets end |
#hits ⇒ Types::Hits
Returns the value of attribute hits.
86 87 88 |
# File 'sig/types.rbs', line 86 def hits @hits end |
#stats ⇒ ::Hash[::String, Types::FieldStats]
Returns the value of attribute stats.
88 89 90 |
# File 'sig/types.rbs', line 88 def stats @stats end |
#status ⇒ Types::SearchStatus
Returns the value of attribute status.
85 86 87 |
# File 'sig/types.rbs', line 85 def status @status end |