Class: Aws::AlexaForBusiness::Types::GetSkillGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetSkillGroupRequest
- 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 skill group for which to get details.
Instance Attribute Details
#skill_group_arn ⇒ String
The ARN of the skill group for which to get details. Required.
2440 2441 2442 2443 2444 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2440 class GetSkillGroupRequest < Struct.new( :skill_group_arn) SENSITIVE = [] include Aws::Structure end |