You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::AssociateDeviceWithRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::AssociateDeviceWithRoomRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AssociateDeviceWithRoomRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
device_arn: "Arn",
room_arn: "Arn",
}
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device to associate to a room.
-
#room_arn ⇒ String
The ARN of the room with which to associate the device.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device to associate to a room. Required.
#room_arn ⇒ String
The ARN of the room with which to associate the device. Required.