Class: Aws::AlexaForBusiness::Types::SkillSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The summary of skills.
Constant Summary collapse
- SENSITIVE =
[]
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.
4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4504 class SkillSummary < Struct.new( :skill_id, :skill_name, :supports_linking, :enablement_type, :skill_type) SENSITIVE = [] include Aws::Structure end |
#skill_id ⇒ String
The ARN of the skill summary.
4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4504 class SkillSummary < Struct.new( :skill_id, :skill_name, :supports_linking, :enablement_type, :skill_type) SENSITIVE = [] include Aws::Structure end |
#skill_name ⇒ String
The name of the skill.
4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4504 class SkillSummary < Struct.new( :skill_id, :skill_name, :supports_linking, :enablement_type, :skill_type) SENSITIVE = [] include Aws::Structure end |
#skill_type ⇒ String
Whether the skill is publicly available or is a private skill.
4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4504 class SkillSummary < Struct.new( :skill_id, :skill_name, :supports_linking, :enablement_type, :skill_type) SENSITIVE = [] include Aws::Structure end |
#supports_linking ⇒ Boolean
Linking support for a skill.
4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4504 class SkillSummary < Struct.new( :skill_id, :skill_name, :supports_linking, :enablement_type, :skill_type) SENSITIVE = [] include Aws::Structure end |