Class: Aws::AlexaForBusiness::Types::SearchSkillGroupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)


4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4203

class SearchSkillGroupsResponse < Struct.new(
  :skill_groups,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#skill_groupsArray<Types::SkillGroupData>

The skill groups that meet the filter criteria, in sort order.

Returns:



4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4203

class SearchSkillGroupsResponse < Struct.new(
  :skill_groups,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

The total number of skill groups returned.

Returns:

  • (Integer)


4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4203

class SearchSkillGroupsResponse < Struct.new(
  :skill_groups,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end