Category

public struct Category : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The category code for the support case.

    Declaration

    Swift

    public let code: String?
  • The category name for the support case.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, name: String? = nil)