GetEC2RecommendationProjectedMetricsRequest
public struct GetEC2RecommendationProjectedMetricsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time stamp of the last projected metrics data point to return.
Declaration
Swift
public let endTime: TimeStamp -
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
Declaration
Swift
public let instanceArn: String -
The granularity, in seconds, of the projected metrics data points.
Declaration
Swift
public let period: Int -
The time stamp of the first projected metrics data point to return.
Declaration
Swift
public let startTime: TimeStamp -
The statistic of the projected metrics.
Declaration
Swift
public let stat: MetricStatistic -
Undocumented
Declaration
Swift
public init(endTime: TimeStamp, instanceArn: String, period: Int, startTime: TimeStamp, stat: MetricStatistic)
View on GitHub
GetEC2RecommendationProjectedMetricsRequest Structure Reference