ResolveCaseRequest

public struct ResolveCaseRequest : 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?
  • Undocumented

    Declaration

    Swift

    public init(caseId: String? = nil)