Class: Aws::AlexaForBusiness::Types::SearchSkillGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchSkillGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token returned to indicate that there is more data available.
-
#skill_groups ⇒ Array<Types::SkillGroupData>
The skill groups that meet the filter criteria, in sort order.
-
#total_count ⇒ Integer
The total number of skill groups returned.
Instance Attribute Details
#next_token ⇒ String
The token returned to indicate that there is more data available.
4203 4204 4205 4206 4207 4208 4209 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4203 class SearchSkillGroupsResponse < Struct.new( :skill_groups, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#skill_groups ⇒ Array<Types::SkillGroupData>
The skill groups that meet the filter criteria, in sort order.
4203 4204 4205 4206 4207 4208 4209 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4203 class SearchSkillGroupsResponse < Struct.new( :skill_groups, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of skill groups returned.
4203 4204 4205 4206 4207 4208 4209 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4203 class SearchSkillGroupsResponse < Struct.new( :skill_groups, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |