Class: Aws::AlexaForBusiness::Types::SkillSummary

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

Overview

The summary of skills.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enablement_typeString

Whether the skill is enabled under the user’s account, or if it requires linking to be used.

Returns:

  • (String)


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_idString

The ARN of the skill summary.

Returns:

  • (String)


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_nameString

The name of the skill.

Returns:

  • (String)


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_typeString

Whether the skill is publicly available or is a private skill.

Returns:

  • (String)


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_linkingBoolean

Linking support for a skill.

Returns:

  • (Boolean)


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