Class: Aws::CloudSearchDomain::Types::Bucket

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb

Overview

A container for facet information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of hits that contain the facet value in the specified facet field.

Returns:

  • (Integer)


24
25
26
27
28
29
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 24

class Bucket < Struct.new(
  :value,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The facet value being counted.

Returns:

  • (String)


24
25
26
27
28
29
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 24

class Bucket < Struct.new(
  :value,
  :count)
  SENSITIVE = []
  include Aws::Structure
end