Class: Aws::IoT::Types::Bucket
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Bucket
- Includes:
- Structure
- Defined in:
- 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
-
#count ⇒ Integer
The number of documents that have the value counted for the particular bucket.
-
#key_value ⇒ String
The value counted for the particular bucket.
Instance Attribute Details
#count ⇒ Integer
The number of documents that have the value counted for the particular bucket.
1541 1542 1543 1544 1545 1546 |
# File 'lib/aws-sdk-iot/types.rb', line 1541 class Bucket < Struct.new( :key_value, :count) SENSITIVE = [] include Aws::Structure end |
#key_value ⇒ String
The value counted for the particular bucket.
1541 1542 1543 1544 1545 1546 |
# File 'lib/aws-sdk-iot/types.rb', line 1541 class Bucket < Struct.new( :key_value, :count) SENSITIVE = [] include Aws::Structure end |