Class: Aws::AlexaForBusiness::Types::ListSkillsStoreCategoriesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of categories returned, per paginated calls.

Returns:

  • (Integer)


2850
2851
2852
2853
2854
2855
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2850

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

#next_tokenString

The tokens used for pagination.

Returns:

  • (String)


2850
2851
2852
2853
2854
2855
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2850

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