Category

public struct Category : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the skill store category.

    Declaration

    Swift

    public let categoryId: Int64?
  • The name of the skill store category.

    Declaration

    Swift

    public let categoryName: String?
  • Undocumented

    Declaration

    Swift

    public init(categoryId: Int64? = nil, categoryName: String? = nil)