AnnotationValue
public struct AnnotationValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Value for a Boolean annotation.
Declaration
Swift
public let booleanValue: Bool?
-
Value for a Number annotation.
Declaration
Swift
public let numberValue: Double?
-
Value for a String annotation.
Declaration
Swift
public let stringValue: String?
-
Undocumented
Declaration
Swift
public init(booleanValue: Bool? = nil, numberValue: Double? = nil, stringValue: String? = nil)