Method: Aws::AlexaForBusiness::Types::ListTagsRequest#max_results

Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

#max_resultsInteger

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.

Returns:

  • (Integer)


2974
2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2974

class ListTagsRequest < Struct.new(
  :arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end