Class: Aws::AlexaForBusiness::Types::DeleteDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteDeviceRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass DeleteDeviceRequest data as a hash:
{
device_arn: "Arn", # required
}
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.
1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1797 class DeleteDeviceRequest < Struct.new( :device_arn) SENSITIVE = [] include Aws::Structure end |