class Aws::LexModelsV2::Types::ListBotAliasesRequest

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

data as a hash:

    {
      bot_id: "Id", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] bot_id

The identifier of the bot to list aliases for.
@return [String]

@!attribute [rw] max_results

The maximum number of aliases to return in each page of results. If
there are fewer results than the max page size, only the actual
number of results are returned.
@return [Integer]

@!attribute [rw] next_token

If the response from the `ListBotAliases` operation contains more
results than specified in the `maxResults` parameter, a token is
returned in the response. Use that token in the `nextToken`
parameter to return the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/ListBotAliasesRequest AWS API Documentation

Constants

SENSITIVE