Class: Aws::ServiceQuotas::Types::MetricInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::MetricInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Information about the CloudWatch metric that reflects quota usage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_dimensions ⇒ Hash<String,String>
The metric dimension.
-
#metric_name ⇒ String
The name of the metric.
-
#metric_namespace ⇒ String
The namespace of the metric.
-
#metric_statistic_recommendation ⇒ String
The metric statistic that we recommend you use when determining quota usage.
Instance Attribute Details
#metric_dimensions ⇒ Hash<String,String>
The metric dimension. This is a name/value pair that is part of the identity of a metric.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 788 class MetricInfo < Struct.new( :metric_namespace, :metric_name, :metric_dimensions, :metric_statistic_recommendation) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 788 class MetricInfo < Struct.new( :metric_namespace, :metric_name, :metric_dimensions, :metric_statistic_recommendation) SENSITIVE = [] include Aws::Structure end |
#metric_namespace ⇒ String
The namespace of the metric.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 788 class MetricInfo < Struct.new( :metric_namespace, :metric_name, :metric_dimensions, :metric_statistic_recommendation) SENSITIVE = [] include Aws::Structure end |
#metric_statistic_recommendation ⇒ String
The metric statistic that we recommend you use when determining quota usage.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 788 class MetricInfo < Struct.new( :metric_namespace, :metric_name, :metric_dimensions, :metric_statistic_recommendation) SENSITIVE = [] include Aws::Structure end |