DoubleRange
public struct DoubleRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The minimum value in the range.
Declaration
Swift
public let from: Double?
-
The maximum value in the range.
Declaration
Swift
public let to: Double?
-
Undocumented
Declaration
Swift
public init(from: Double? = nil, to: Double? = nil)