AttributeValue

public class AttributeValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • b

    A Binary data type.

    Declaration

    Swift

    public let b: Data?
  • A Boolean data type.

    Declaration

    Swift

    public let bool: Bool?
  • bs

    A Binary Set data type.

    Declaration

    Swift

    public let bs: [Data]?
  • l

    A List data type.

    Declaration

    Swift

    public let l: [AttributeValue]?
  • m

    A Map data type.

    Declaration

    Swift

    public let m: [String : AttributeValue]?
  • n

    A Number data type.

    Declaration

    Swift

    public let n: String?
  • ns

    A Number Set data type.

    Declaration

    Swift

    public let ns: [String]?
  • A Null data type.

    Declaration

    Swift

    public let null: Bool?
  • s

    A String data type.

    Declaration

    Swift

    public let s: String?
  • ss

    A String Set data type.

    Declaration

    Swift

    public let ss: [String]?
  • Undocumented

    Declaration

    Swift

    public init(b: Data? = nil, bool: Bool? = nil, bs: [Data]? = nil, l: [AttributeValue]? = nil, m: [String : AttributeValue]? = nil, n: String? = nil, ns: [String]? = nil, null: Bool? = nil, s: String? = nil, ss: [String]? = nil)