Class: Aws::AlexaForBusiness::Types::DisassociateDeviceFromRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DisassociateDeviceFromRoomRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass DisassociateDeviceFromRoomRequest data as a hash:
{
device_arn: "Arn",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device to disassociate from a room.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device to disassociate from a room. Required.
2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2357 class DisassociateDeviceFromRoomRequest < Struct.new( :device_arn) SENSITIVE = [] include Aws::Structure end |