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

Class: Aws::AlexaForBusiness::Types::ResolveRoomRequest

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

Overview

Note:

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

{
  user_id: "UserId", # required
  skill_id: "SkillId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#skill_idString

The ARN of the skill that was requested. Required.

Returns:

  • (String)

    The ARN of the skill that was requested.

#user_idString

The ARN of the user. Required.

Returns:

  • (String)

    The ARN of the user.