Class: Aws::SSM::Types::OpsAggregator
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsAggregator
- 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
-
#aggregator_type ⇒ String
Either a
Range
orCount
aggregator for limiting an OpsData summary. -
#aggregators ⇒ Array<Types::OpsAggregator>
A nested aggregator for viewing counts of OpsData.
-
#attribute_name ⇒ String
The name of an OpsData attribute on which to limit the count of OpsData.
-
#filters ⇒ Array<Types::OpsFilter>
The aggregator filters.
-
#type_name ⇒ String
The data type name to use for viewing counts of OpsData.
-
#values ⇒ Hash<String,String>
The aggregator value.
Instance Attribute Details
#aggregator_type ⇒ String
Either a Range
or Count
aggregator for limiting an OpsData
summary.
13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13713 class OpsAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :values, :filters, :aggregators) SENSITIVE = [] include Aws::Structure end |
#aggregators ⇒ Array<Types::OpsAggregator>
A nested aggregator for viewing counts of OpsData.
13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13713 class OpsAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :values, :filters, :aggregators) SENSITIVE = [] include Aws::Structure end |
#attribute_name ⇒ String
The name of an OpsData attribute on which to limit the count of OpsData.
13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13713 class OpsAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :values, :filters, :aggregators) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::OpsFilter>
The aggregator filters.
13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13713 class OpsAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :values, :filters, :aggregators) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The data type name to use for viewing counts of OpsData.
13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13713 class OpsAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :values, :filters, :aggregators) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Hash<String,String>
The aggregator value.
13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13713 class OpsAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :values, :filters, :aggregators) SENSITIVE = [] include Aws::Structure end |