Field

public struct Field : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A value of the BLOB data type.

    Declaration

    Swift

    public let blobValue: Data?
  • A value of the Boolean data type.

    Declaration

    Swift

    public let booleanValue: Bool?
  • A value of the double data type.

    Declaration

    Swift

    public let doubleValue: Double?
  • A value that indicates whether the data is NULL.

    Declaration

    Swift

    public let isNull: Bool?
  • A value of the long data type.

    Declaration

    Swift

    public let longValue: Int64?
  • A value of the string data type.

    Declaration

    Swift

    public let stringValue: String?
  • Undocumented

    Declaration

    Swift

    public init(blobValue: Data? = nil, booleanValue: Bool? = nil, doubleValue: Double? = nil, isNull: Bool? = nil, longValue: Int64? = nil, stringValue: String? = nil)