Class: Aws::SSM::Types::OpsAggregator

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

Overview

One or more aggregators for viewing counts of OpsData using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregator_typeString

Either a Range or Count aggregator for limiting an OpsData summary.

Returns:

  • (String)


13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13035

class OpsAggregator < Struct.new(
  :aggregator_type,
  :type_name,
  :attribute_name,
  :values,
  :filters,
  :aggregators)
  SENSITIVE = []
  include Aws::Structure
end

#aggregatorsArray<Types::OpsAggregator>

A nested aggregator for viewing counts of OpsData.

Returns:



13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13035

class OpsAggregator < Struct.new(
  :aggregator_type,
  :type_name,
  :attribute_name,
  :values,
  :filters,
  :aggregators)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_nameString

The name of an OpsData attribute on which to limit the count of OpsData.

Returns:

  • (String)


13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13035

class OpsAggregator < Struct.new(
  :aggregator_type,
  :type_name,
  :attribute_name,
  :values,
  :filters,
  :aggregators)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::OpsFilter>

The aggregator filters.

Returns:



13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13035

class OpsAggregator < Struct.new(
  :aggregator_type,
  :type_name,
  :attribute_name,
  :values,
  :filters,
  :aggregators)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The data type name to use for viewing counts of OpsData.

Returns:

  • (String)


13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13035

class OpsAggregator < Struct.new(
  :aggregator_type,
  :type_name,
  :attribute_name,
  :values,
  :filters,
  :aggregators)
  SENSITIVE = []
  include Aws::Structure
end

#valuesHash<String,String>

The aggregator value.

Returns:

  • (Hash<String,String>)


13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13035

class OpsAggregator < Struct.new(
  :aggregator_type,
  :type_name,
  :attribute_name,
  :values,
  :filters,
  :aggregators)
  SENSITIVE = []
  include Aws::Structure
end