Class: Aws::AlexaForBusiness::Types::UpdateSkillGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateSkillGroupRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass UpdateSkillGroupRequest data as a hash:
{
skill_group_arn: "Arn",
skill_group_name: "SkillGroupName",
description: "SkillGroupDescription",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description for the skill group.
-
#skill_group_arn ⇒ String
The ARN of the skill group to update.
-
#skill_group_name ⇒ String
The updated name for the skill group.
Instance Attribute Details
#description ⇒ String
The updated description for the skill group.
6568 6569 6570 6571 6572 6573 6574 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6568 class UpdateSkillGroupRequest < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#skill_group_arn ⇒ String
The ARN of the skill group to update.
6568 6569 6570 6571 6572 6573 6574 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6568 class UpdateSkillGroupRequest < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#skill_group_name ⇒ String
The updated name for the skill group.
6568 6569 6570 6571 6572 6573 6574 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6568 class UpdateSkillGroupRequest < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |