You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::PutRoomSkillParameterRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutRoomSkillParameterRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The ARN of the room associated with the room skill parameter. Required.

Returns:

  • (String)

    The ARN of the room associated with the room skill parameter.

#room_skill_parameterTypes::RoomSkillParameter

The updated room skill parameter. Required.

Returns:

#skill_idString

The ARN of the skill associated with the room skill parameter. Required.

Returns:

  • (String)

    The ARN of the skill associated with the room skill parameter.