UtilizationMetric
public struct UtilizationMetric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the 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 statistic of the utilization metric.
Declaration
Swift
public let statistic: MetricStatistic?
-
The value of the utilization metric.
Declaration
Swift
public let value: Double?
-
Undocumented
Declaration
Swift
public init(name: MetricName? = nil, statistic: MetricStatistic? = nil, value: Double? = nil)