Class: Aws::AlexaForBusiness::Types::AssociateSkillWithSkillGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::AssociateSkillWithSkillGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#skill_group_arn ⇒ String
The ARN of the skill group to associate the skill to.
-
#skill_id ⇒ String
The unique identifier of the skill.
Instance Attribute Details
#skill_group_arn ⇒ String
The ARN of the skill group to associate the skill to. Required.
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_id ⇒ String
The unique identifier of the skill.
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 |