Class: Aws::CloudWatch::Types::MetricStreamStatisticsMetric

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

This object contains the information for one metric that is to be streamed with additional statistics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the metric.

Returns:

  • (String)


3135
3136
3137
3138
3139
3140
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3135

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

#namespaceString

The namespace of the metric.

Returns:

  • (String)


3135
3136
3137
3138
3139
3140
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3135

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