PutMetricDataInput
public struct PutMetricDataInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The data for the metric. The array can include no more than 20 metrics per call.
Declaration
Swift
public let metricData: [MetricDatum] -
The namespace for the metric data. To avoid conflicts with AWS service namespaces, you should not specify a namespace that begins with AWS/
Declaration
Swift
public let namespace: String -
Undocumented
Declaration
Swift
public init(metricData: [MetricDatum], namespace: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutMetricDataInput Structure Reference