Communication
public struct Communication : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the attachments to the case communication.
Declaration
Swift
public let attachmentSet: [AttachmentDetails]?
-
The text of the communication between the customer and AWS Support.
Declaration
Swift
public let body: String?
-
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
Declaration
Swift
public let caseId: String?
-
The identity of the account that submitted, or responded to, the support case. Customer entries include the role or IAM user as well as the email address. For example, “AdminRole (Role) <someone@example.com>. Entries from the AWS Support team display "Amazon Web Services,” and do not show an email address.
Declaration
Swift
public let submittedBy: String?
-
The time the communication was created.
Declaration
Swift
public let timeCreated: String?
-
Undocumented
Declaration
Swift
public init(attachmentSet: [AttachmentDetails]? = nil, body: String? = nil, caseId: String? = nil, submittedBy: String? = nil, timeCreated: String? = nil)