GetMetricStatisticsOutput
public struct GetMetricStatisticsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data points for the specified metric.
Declaration
Swift
public let datapoints: [Datapoint]?
-
A label for the specified metric.
Declaration
Swift
public let label: String?
-
Undocumented
Declaration
Swift
public init(datapoints: [Datapoint]? = nil, label: String? = nil)