Class: Aws::AlexaForBusiness::Types::ListSkillsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListSkillsRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enablement_type ⇒ String
Whether the skill is enabled under the user's account.
-
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
An optional token returned from a prior request.
-
#skill_group_arn ⇒ String
The ARN of the skill group for which to list enabled skills.
-
#skill_type ⇒ String
Whether the skill is publicly available or is a private skill.
Instance Attribute Details
#enablement_type ⇒ String
Whether the skill is enabled under the user's account.
2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2798 class ListSkillsRequest < Struct.new( :skill_group_arn, :enablement_type, :skill_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to include in the response. If more
results exist than the specified MaxResults
value, a token is
included in the response so that the remaining results can be
retrieved.
2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2798 class ListSkillsRequest < Struct.new( :skill_group_arn, :enablement_type, :skill_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional token returned from a prior request. Use this token for
pagination of results from this action. If this parameter is
specified, the response includes only results beyond the token, up
to the value specified by MaxResults
.
2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2798 class ListSkillsRequest < Struct.new( :skill_group_arn, :enablement_type, :skill_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#skill_group_arn ⇒ String
The ARN of the skill group for which to list enabled skills.
2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2798 class ListSkillsRequest < Struct.new( :skill_group_arn, :enablement_type, :skill_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#skill_type ⇒ String
Whether the skill is publicly available or is a private skill.
2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2798 class ListSkillsRequest < Struct.new( :skill_group_arn, :enablement_type, :skill_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |