Class: Aws::AlexaForBusiness::Types::AssociateSkillWithSkillGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#skill_group_arnString

The ARN of the skill group to associate the skill to. Required.

Returns:

  • (String)


185
186
187
188
189
190
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 185

class AssociateSkillWithSkillGroupRequest < Struct.new(
  :skill_group_arn,
  :skill_id)
  SENSITIVE = []
  include Aws::Structure
end

#skill_idString

The unique identifier of the skill.

Returns:

  • (String)


185
186
187
188
189
190
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 185

class AssociateSkillWithSkillGroupRequest < Struct.new(
  :skill_group_arn,
  :skill_id)
  SENSITIVE = []
  include Aws::Structure
end