Class: Aws::AlexaForBusiness::Types::AssociateDeviceWithRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::AssociateDeviceWithRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
142 143 144 145 146 147 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 142 class AssociateDeviceWithRoomRequest < Struct.new( :device_arn, :room_arn) SENSITIVE = [] include Aws::Structure end |
#room_arn ⇒ String
The ARN of the room with which to associate the device. Required.
142 143 144 145 146 147 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 142 class AssociateDeviceWithRoomRequest < Struct.new( :device_arn, :room_arn) SENSITIVE = [] include Aws::Structure end |