Class: Aws::AlexaForBusiness::Types::DisassociateDeviceFromRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DisassociateDeviceFromRoomRequest
- 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 disassociate from a room.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device to disassociate from a room. Required.
1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1881 class DisassociateDeviceFromRoomRequest < Struct.new( :device_arn) SENSITIVE = [] include Aws::Structure end |