Class: Aws::ApplicationSignals::Types::MetricReference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dimensionsArray<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

Returns:



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_nameString

The name of the metric.

Returns:

  • (String)


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_typeString

Used to display the appropriate statistics in the CloudWatch console.

Returns:

  • (String)


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

#namespaceString

Returns:

  • (String)


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