Class: Aws::AlexaForBusiness::Types::ListSkillsStoreCategoriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListSkillsStoreCategoriesResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_list ⇒ Array<Types::Category>
The list of categories.
-
#next_token ⇒ String
The tokens used for pagination.
Instance Attribute Details
#category_list ⇒ Array<Types::Category>
The list of categories.
2852 2853 2854 2855 2856 2857 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2852 class ListSkillsStoreCategoriesResponse < Struct.new( :category_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The tokens used for pagination.
2852 2853 2854 2855 2856 2857 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2852 class ListSkillsStoreCategoriesResponse < Struct.new( :category_list, :next_token) SENSITIVE = [] include Aws::Structure end |