Class: Aws::IoT::Types::Bucket

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

Overview

A count of documents that meets a specific aggregation criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of documents that have the value counted for the particular bucket.

Returns:

  • (Integer)


1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1464

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

#key_valueString

The value counted for the particular bucket.

Returns:

  • (String)


1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1464

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