Service

public struct Service : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

    Declaration

    Swift

    public let categories: [Category]?
  • The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

    Declaration

    Swift

    public let code: String?
  • The friendly name for an AWS service. The code element contains the corresponding code.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(categories: [Category]? = nil, code: String? = nil, name: String? = nil)