DocumentAttribute
public struct DocumentAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the attribute.
Declaration
Swift
public let key: String
-
The value of the attribute.
Declaration
Swift
public let value: DocumentAttributeValue
-
Undocumented
Declaration
Swift
public init(key: String, value: DocumentAttributeValue)
-
Declaration
Swift
public func validate(name: String) throws