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

Class: Aws::AlexaForBusiness::Types::GetRoomSkillParameterRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_keyString

The room skill parameter key for which to get details. Required.

Returns:

  • (String)

    The room skill parameter key for which to get details.

#room_arnString

The ARN of the room from which to get the room skill parameter details.

Returns:

  • (String)

    The ARN of the room from which to get the room skill parameter details.

#skill_idString

The ARN of the skill from which to get the room skill parameter details. Required.

Returns:

  • (String)

    The ARN of the skill from which to get the room skill parameter details.