Class: Aws::AlexaForBusiness::Types::SearchSkillGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchSkillGroupsResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
4173 4174 4175 4176 4177 4178 4179 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4173 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.
4173 4174 4175 4176 4177 4178 4179 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4173 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.
4173 4174 4175 4176 4177 4178 4179 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4173 class SearchSkillGroupsResponse < Struct.new( :skill_groups, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |