Class: Aws::ServiceQuotas::Types::MetricInfo

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

Overview

Information about the CloudWatch metric that reflects quota usage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_dimensionsHash<String,String>

The metric dimension. This is a name/value pair that is part of the identity of a metric.

Returns:

  • (Hash<String,String>)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-servicequotas/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_nameString

The name of the metric.

Returns:

  • (String)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-servicequotas/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_namespaceString

The namespace of the metric.

Returns:

  • (String)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-servicequotas/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_recommendationString

The metric statistic that we recommend you use when determining quota usage.

Returns:

  • (String)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-servicequotas/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