ProjectedMetric
public struct ProjectedMetric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the projected utilization metric. Memory metrics are only returned for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.
Declaration
Swift
public let name: MetricName?
-
The time stamps of the projected utilization metric.
Declaration
Swift
public let timestamps: [TimeStamp]?
-
The values of the projected utilization metrics.
Declaration
Swift
public let values: [Double]?
-
Undocumented
Declaration
Swift
public init(name: MetricName? = nil, timestamps: [TimeStamp]? = nil, values: [Double]? = nil)