GetPercentilesResponse
public struct GetPercentilesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The percentile values of the aggregated fields.
Declaration
Swift
public let percentiles: [PercentPair]?
-
Undocumented
Declaration
Swift
public init(percentiles: [PercentPair]? = nil)