Class: Aws::ApplicationSignals::Types::MetricReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::MetricReference
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
This structure contains information about one CloudWatch metric associated with this entity discovered by Application Signals.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::Dimension>
An array of one or more dimensions that further define the metric.
-
#metric_name ⇒ String
The name of the metric.
-
#metric_type ⇒ String
Used to display the appropriate statistics in the CloudWatch console.
-
#namespace ⇒ String
The namespace of the metric.
Instance Attribute Details
#dimensions ⇒ Array<Types::Dimension>
An array of one or more dimensions that further define the metric. For more information, see CloudWatchDimensions.
1132 1133 1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1132 class MetricReference < Struct.new( :namespace, :metric_type, :dimensions, :metric_name) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric.
1132 1133 1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1132 class MetricReference < Struct.new( :namespace, :metric_type, :dimensions, :metric_name) SENSITIVE = [] include Aws::Structure end |
#metric_type ⇒ String
Used to display the appropriate statistics in the CloudWatch console.
1132 1133 1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1132 class MetricReference < Struct.new( :namespace, :metric_type, :dimensions, :metric_name) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the metric. For more information, see CloudWatchNamespaces.
1132 1133 1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1132 class MetricReference < Struct.new( :namespace, :metric_type, :dimensions, :metric_name) SENSITIVE = [] include Aws::Structure end |