Variant

public struct Variant : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Asset property data of type Boolean (true or false).

    Declaration

    Swift

    public let booleanValue: Bool?
  • Asset property data of type double (floating point number).

    Declaration

    Swift

    public let doubleValue: Double?
  • Asset property data of type integer (whole number).

    Declaration

    Swift

    public let integerValue: Int?
  • Asset property data of type string (sequence of characters).

    Declaration

    Swift

    public let stringValue: String?
  • Undocumented

    Declaration

    Swift

    public init(booleanValue: Bool? = nil, doubleValue: Double? = nil, integerValue: Int? = nil, stringValue: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws