class Aws::AlexaForBusiness::Types::PutSkillAuthorizationRequest
@note When making an API call, you may pass PutSkillAuthorizationRequest
data as a hash: { authorization_result: { # required "Key" => "Value", }, skill_id: "SkillId", # required room_arn: "Arn", }
@!attribute [rw] authorization_result
The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization. @return [Hash<String,String>]
@!attribute [rw] skill_id
The unique identifier of a skill. @return [String]
@!attribute [rw] room_arn
The room that the skill is authorized for. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/PutSkillAuthorizationRequest AWS API Documentation
Constants
- SENSITIVE