You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::SkillSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillSummary
- Defined in:
- (unknown)
Overview
The summary of skills.
Instance Attribute Summary collapse
-
#enablement_type ⇒ String
Whether the skill is enabled under the user\'s account, or if it requires linking to be used.
-
#skill_id ⇒ String
The ARN of the skill summary.
-
#skill_name ⇒ String
The name of the skill.
-
#skill_type ⇒ String
Whether the skill is publicly available or is a private skill.
-
#supports_linking ⇒ Boolean
Linking support for a skill.
Instance Attribute Details
#enablement_type ⇒ String
Whether the skill is enabled under the user\'s account, or if it requires linking to be used.
Possible values:
- ENABLED
- PENDING
#skill_id ⇒ String
The ARN of the skill summary.
#skill_name ⇒ String
The name of the skill.
#skill_type ⇒ String
Whether the skill is publicly available or is a private skill.
Possible values:
- PUBLIC
- PRIVATE
#supports_linking ⇒ Boolean
Linking support for a skill.