Class: Aws::Types::SearchResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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

#hitsTypes::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

#statusTypes::SearchStatus

Returns the value of attribute status.



85
86
87
# File 'sig/types.rbs', line 85

def status
  @status
end