Module: Aws::CloudSearchDomain::Client::_SearchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #facets ⇒ ::Hash[::String, Types::BucketInfo]
- #hits ⇒ Types::Hits
- #stats ⇒ ::Hash[::String, Types::FieldStats]
- #status ⇒ Types::SearchStatus
Instance Method Details
#facets ⇒ ::Hash[::String, Types::BucketInfo]
73 |
# File 'sig/client.rbs', line 73
def facets: () -> ::Hash[::String, Types::BucketInfo]
|
#stats ⇒ ::Hash[::String, Types::FieldStats]
74 |
# File 'sig/client.rbs', line 74
def stats: () -> ::Hash[::String, Types::FieldStats]
|
#status ⇒ Types::SearchStatus
71 |
# File 'sig/client.rbs', line 71
def status: () -> Types::SearchStatus
|