class Aws::AlexaForBusiness::Types::ListSkillsRequest

@note When making an API call, you may pass ListSkillsRequest

data as a hash:

    {
      skill_group_arn: "Arn",
      enablement_type: "ENABLED", # accepts ENABLED, PENDING
      skill_type: "PUBLIC", # accepts PUBLIC, PRIVATE, ALL
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] skill_group_arn

The ARN of the skill group for which to list enabled skills.
@return [String]

@!attribute [rw] enablement_type

Whether the skill is enabled under the user's account.
@return [String]

@!attribute [rw] skill_type

Whether the skill is publicly available or is a private skill.
@return [String]

@!attribute [rw] next_token

An optional token returned from a prior request. Use this token for
pagination of results from this action. If this parameter is
specified, the response includes only results beyond the token, up
to the value specified by `MaxResults`.
@return [String]

@!attribute [rw] max_results

The maximum number of results to include in the response. If more
results exist than the specified `MaxResults` value, a token is
included in the response so that the remaining results can be
retrieved.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ListSkillsRequest AWS API Documentation

Constants

SENSITIVE