Class: Aws::AlexaForBusiness::Types::DeleteDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteDeviceRequest
- 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 for which to request details.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device for which to request details.
1404 1405 1406 1407 1408 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1404 class DeleteDeviceRequest < Struct.new( :device_arn) SENSITIVE = [] include Aws::Structure end |