Class: Aws::IoT::Types::AggregationType

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

Overview

The type of aggregation queries.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the aggregation type.

Returns:

  • (String)


378
379
380
381
382
383
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 378

class AggregationType < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

A list of the values of aggregation types.

Returns:

  • (Array<String>)


378
379
380
381
382
383
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 378

class AggregationType < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end