Class: Aws::AlexaForBusiness::Types::AssociateDeviceWithRoomRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device to associate to a room. Required.

Returns:

  • (String)


142
143
144
145
146
147
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 142

class AssociateDeviceWithRoomRequest < Struct.new(
  :device_arn,
  :room_arn)
  SENSITIVE = []
  include Aws::Structure
end

#room_arnString

The ARN of the room with which to associate the device. Required.

Returns:

  • (String)


142
143
144
145
146
147
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 142

class AssociateDeviceWithRoomRequest < Struct.new(
  :device_arn,
  :room_arn)
  SENSITIVE = []
  include Aws::Structure
end