Metric
public struct Metric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The dimensions for the metric.
Declaration
Swift
public let dimensions: [Dimension]? -
The name of the metric. This is a required field.
Declaration
Swift
public let metricName: String? -
The namespace of the metric.
Declaration
Swift
public let namespace: String? -
Undocumented
Declaration
Swift
public init(dimensions: [Dimension]? = nil, metricName: String? = nil, namespace: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Metric Structure Reference