CaseDetails
public struct CaseDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 category of problem for the AWS Support case.
Declaration
Swift
public let categoryCode: String?
-
The email addresses that receive copies of communication about the case.
Declaration
Swift
public let ccEmailAddresses: [String]?
-
The ID displayed for the case in the AWS Support Center. This is a numeric string.
Declaration
Swift
public let displayId: String?
-
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (“en”) and Japanese (“ja”). Language parameters must be passed explicitly for operations that take them.
Declaration
Swift
public let language: String?
-
The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.
Declaration
Swift
public let recentCommunications: RecentCaseCommunications?
-
The code for the AWS service. You can get a list of codes and the corresponding service names by calling DescribeServices.
Declaration
Swift
public let serviceCode: String?
-
The code for the severity level returned by the call to DescribeSeverityLevels.
Declaration
Swift
public let severityCode: String?
-
The status of the case. Valid values: opened pending-customer-action reopened resolved unassigned work-in-progress
Declaration
Swift
public let status: String?
-
The subject line for the case in the AWS Support Center.
Declaration
Swift
public let subject: String?
-
The email address of the account that submitted the case.
Declaration
Swift
public let submittedBy: String?
-
The time that the case was created in the AWS Support Center.
Declaration
Swift
public let timeCreated: String?
-
init(caseId:categoryCode:ccEmailAddresses:displayId:language:recentCommunications:serviceCode:severityCode:status:subject:submittedBy:timeCreated:)
Undocumented
Declaration
Swift
public init(caseId: String? = nil, categoryCode: String? = nil, ccEmailAddresses: [String]? = nil, displayId: String? = nil, language: String? = nil, recentCommunications: RecentCaseCommunications? = nil, serviceCode: String? = nil, severityCode: String? = nil, status: String? = nil, subject: String? = nil, submittedBy: String? = nil, timeCreated: String? = nil)