ListSkillsStoreSkillsByCategoryRequest

public struct ListSkillsStoreSkillsByCategoryRequest : AWSShape
extension AlexaForBusiness.ListSkillsStoreSkillsByCategoryRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The category ID for which the skills are being retrieved from the skill store.

    Declaration

    Swift

    public let categoryId: Int64
  • The maximum number of skills returned per paginated calls.

    Declaration

    Swift

    public let maxResults: Int?
  • The tokens used for pagination.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(categoryId: Int64, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws