AgeRange
public struct AgeRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The highest estimated age.
Declaration
Swift
public let high: Int?
-
The lowest estimated age.
Declaration
Swift
public let low: Int?
-
Undocumented
Declaration
Swift
public init(high: Int? = nil, low: Int? = nil)