AddAttachmentsToSetResponse
public struct AddAttachmentsToSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.
Declaration
Swift
public let attachmentSetId: String?
-
The time and date when the attachment set expires.
Declaration
Swift
public let expiryTime: String?
-
Undocumented
Declaration
Swift
public init(attachmentSetId: String? = nil, expiryTime: String? = nil)