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)


3202
3203
3204
3205
3206
3207
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3202

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

#namespaceString

The namespace of the metric.

Returns:

  • (String)


3202
3203
3204
3205
3206
3207
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3202

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