Class: Aws::AlexaForBusiness::Types::SkillGroupData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillGroupData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The attributes of a skill group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of a skill group.
-
#skill_group_arn ⇒ String
The skill group ARN of a skill group.
-
#skill_group_name ⇒ String
The skill group name of a skill group.
Instance Attribute Details
#description ⇒ String
The description of a skill group.
4458 4459 4460 4461 4462 4463 4464 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4458 class SkillGroupData < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#skill_group_arn ⇒ String
The skill group ARN of a skill group.
4458 4459 4460 4461 4462 4463 4464 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4458 class SkillGroupData < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#skill_group_name ⇒ String
The skill group name of a skill group.
4458 4459 4460 4461 4462 4463 4464 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4458 class SkillGroupData < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |