class Aws::AlexaForBusiness::Types::GetRoomSkillParameterRequest

@note When making an API call, you may pass GetRoomSkillParameterRequest

data as a hash:

    {
      room_arn: "Arn",
      skill_id: "SkillId", # required
      parameter_key: "RoomSkillParameterKey", # required
    }

@!attribute [rw] room_arn

The ARN of the room from which to get the room skill parameter
details.
@return [String]

@!attribute [rw] skill_id

The ARN of the skill from which to get the room skill parameter
details. Required.
@return [String]

@!attribute [rw] parameter_key

The room skill parameter key for which to get details. Required.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/GetRoomSkillParameterRequest AWS API Documentation

Constants

SENSITIVE