Class: Aws::AlexaForBusiness::Types::DeleteDeviceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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
}

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device for which to request details.

Returns:

  • (String)


1133
1134
1135
1136
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1133

class DeleteDeviceRequest < Struct.new(
  :device_arn)
  include Aws::Structure
end