AttributeValue
public class AttributeValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A Binary data type.
Declaration
Swift
public let b: Data?
-
A Boolean data type.
Declaration
Swift
public let bool: Bool?
-
A Binary Set data type.
Declaration
Swift
public let bs: [Data]?
-
A List data type.
Declaration
Swift
public let l: [AttributeValue]?
-
A Map data type.
Declaration
Swift
public let m: [String : AttributeValue]?
-
A Number data type.
Declaration
Swift
public let n: String?
-
A Number Set data type.
Declaration
Swift
public let ns: [String]?
-
A Null data type.
Declaration
Swift
public let null: Bool?
-
A String data type.
Declaration
Swift
public let s: String?
-
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)