Class: Aws::ApplicationSignals::Types::MetricReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::MetricReference
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension
1169 1170 1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1169 class MetricReference < Struct.new( :namespace, :metric_type, :dimensions, :metric_name) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric.
1169 1170 1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1169 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.
1169 1170 1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1169 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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Namespace
1169 1170 1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1169 class MetricReference < Struct.new( :namespace, :metric_type, :dimensions, :metric_name) SENSITIVE = [] include Aws::Structure end |