Class: Aws::AlexaForBusiness::Types::SkillGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
A skill group with attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of a skill group.
-
#skill_group_arn ⇒ String
The ARN of a skill group.
-
#skill_group_name ⇒ String
The name of a skill group.
Instance Attribute Details
#description ⇒ String
The description of a skill group.
4434 4435 4436 4437 4438 4439 4440 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4434 class SkillGroup < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#skill_group_arn ⇒ String
The ARN of a skill group.
4434 4435 4436 4437 4438 4439 4440 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4434 class SkillGroup < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#skill_group_name ⇒ String
The name of a skill group.
4434 4435 4436 4437 4438 4439 4440 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4434 class SkillGroup < Struct.new( :skill_group_arn, :skill_group_name, :description) SENSITIVE = [] include Aws::Structure end |