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

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

Instance Attribute Details

#dimensionsArray<Types::Dimension>

An array of one or more dimensions that further define the metric. For more information, see CloudWatchDimensions.

Returns:



1043
1044
1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1043

class MetricReference < Struct.new(
  :namespace,
  :metric_type,
  :dimensions,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the metric.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1043

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)


1043
1044
1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1043

class MetricReference < Struct.new(
  :namespace,
  :metric_type,
  :dimensions,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the metric. For more information, see CloudWatchNamespaces.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1043

class MetricReference < Struct.new(
  :namespace,
  :metric_type,
  :dimensions,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end