Class: Aws::AlexaForBusiness::Types::UpdateSkillGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated description for the skill group.

Returns:

  • (String)


4220
4221
4222
4223
4224
4225
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4220

class UpdateSkillGroupRequest < Struct.new(
  :skill_group_arn,
  :skill_group_name,
  :description)
  include Aws::Structure
end

#skill_group_arnString

The ARN of the skill group to update.

Returns:

  • (String)


4220
4221
4222
4223
4224
4225
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4220

class UpdateSkillGroupRequest < Struct.new(
  :skill_group_arn,
  :skill_group_name,
  :description)
  include Aws::Structure
end

#skill_group_nameString

The updated name for the skill group.

Returns:

  • (String)


4220
4221
4222
4223
4224
4225
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4220

class UpdateSkillGroupRequest < Struct.new(
  :skill_group_arn,
  :skill_group_name,
  :description)
  include Aws::Structure
end