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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/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:



4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4110

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)


4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4110

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