Class: Aws::AlexaForBusiness::Types::DisassociateSkillFromSkillGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DisassociateSkillFromSkillGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#skill_group_arn ⇒ String
The unique identifier of a skill.
-
#skill_id ⇒ String
The ARN of a skill group to associate to a skill.
Instance Attribute Details
#skill_group_arn ⇒ String
The unique identifier of a skill. Required.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1901 class DisassociateSkillFromSkillGroupRequest < Struct.new( :skill_group_arn, :skill_id) SENSITIVE = [] include Aws::Structure end |
#skill_id ⇒ String
The ARN of a skill group to associate to a skill.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1901 class DisassociateSkillFromSkillGroupRequest < Struct.new( :skill_group_arn, :skill_id) SENSITIVE = [] include Aws::Structure end |