Class: Aws::CloudWatch::Types::PutMetricDataInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_dataArray<Types::MetricDatum>

The data for the metric. The array can include no more than 1000 metrics per call.

Returns:



3923
3924
3925
3926
3927
3928
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3923

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

#namespaceString

The namespace for the metric data. You can use ASCII characters for the namespace, except for control characters which are not supported.

To avoid conflicts with Amazon Web Services service namespaces, you should not specify a namespace that begins with ‘AWS/`

Returns:

  • (String)


3923
3924
3925
3926
3927
3928
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3923

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