Class: Aws::AlexaForBusiness::Types::UpdateSkillGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateSkillGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
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.
5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5308 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.
5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5308 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.
5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5308 class UpdateSkillGroupRequest < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |