DocumentAttributeValue
public struct DocumentAttributeValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A date expressed as an ISO 8601 string.
Declaration
Swift
public let dateValue: TimeStamp? -
A long integer value.
Declaration
Swift
public let longValue: Int64? -
A list of strings.
Declaration
Swift
public let stringListValue: [String]? -
A string, such as “department”.
Declaration
Swift
public let stringValue: String? -
Undocumented
Declaration
Swift
public init(dateValue: TimeStamp? = nil, longValue: Int64? = nil, stringListValue: [String]? = nil, stringValue: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DocumentAttributeValue Structure Reference