Class: Aws::AlexaForBusiness::Types::CreateSkillGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateSkillGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#skill_group_arn ⇒ String
The ARN of the newly created skill group in the response.
Instance Attribute Details
#skill_group_arn ⇒ String
The ARN of the newly created skill group in the response.
1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1275 class CreateSkillGroupResponse < Struct.new( :skill_group_arn) SENSITIVE = [] include Aws::Structure end |