Class: Aws::AlexaForBusiness::Types::ApproveSkillRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ApproveSkillRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#skill_id ⇒ String
The unique identifier of the skill.
Instance Attribute Details
#skill_id ⇒ String
The unique identifier of the skill.
80 81 82 83 84 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 80 class ApproveSkillRequest < Struct.new( :skill_id) SENSITIVE = [] include Aws::Structure end |