Class: Aws::IoTWireless::Types::DeleteDeviceProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ String

The ID of the resource to delete.

Returns:

  • (String)


1293
1294
1295
1296
1297
# File 'lib/aws-sdk-iotwireless/types.rb', line 1293

class DeleteDeviceProfileRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end