class Aws::AlexaForBusiness::Types::UpdateSkillGroupRequest

@note When making an API call, you may pass UpdateSkillGroupRequest

data as a hash:

    {
      skill_group_arn: "Arn",
      skill_group_name: "SkillGroupName",
      description: "SkillGroupDescription",
    }

@!attribute [rw] skill_group_arn

The ARN of the skill group to update.
@return [String]

@!attribute [rw] skill_group_name

The updated name for the skill group.
@return [String]

@!attribute [rw] description

The updated description for the skill group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateSkillGroupRequest AWS API Documentation

Constants

SENSITIVE