Class: Aws::AlexaForBusiness::Types::SkillSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillSummary
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5503 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.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5503 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.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5503 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.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5503 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.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5503 class SkillSummary < Struct.new( :skill_id, :skill_name, :supports_linking, :enablement_type, :skill_type) SENSITIVE = [] include Aws::Structure end |