Class: Aws::Connect::Types::MetricV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::MetricV2
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains information about the metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_filters ⇒ Array<Types::MetricFilterV2>
Contains the filters to be used when returning data.
-
#name ⇒ String
The name of the metric.
-
#threshold ⇒ Array<Types::ThresholdV2>
Contains information about the threshold for service level metrics.
Instance Attribute Details
#metric_filters ⇒ Array<Types::MetricFilterV2>
Contains the filters to be used when returning data.
14836 14837 14838 14839 14840 14841 14842 |
# File 'lib/aws-sdk-connect/types.rb', line 14836 class MetricV2 < Struct.new( :name, :threshold, :metric_filters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the metric.
This parameter is required. The following Required = No is incorrect.
14836 14837 14838 14839 14840 14841 14842 |
# File 'lib/aws-sdk-connect/types.rb', line 14836 class MetricV2 < Struct.new( :name, :threshold, :metric_filters) SENSITIVE = [] include Aws::Structure end |
#threshold ⇒ Array<Types::ThresholdV2>
Contains information about the threshold for service level metrics.
14836 14837 14838 14839 14840 14841 14842 |
# File 'lib/aws-sdk-connect/types.rb', line 14836 class MetricV2 < Struct.new( :name, :threshold, :metric_filters) SENSITIVE = [] include Aws::Structure end |