Class: Aws::IoTWireless::Types::DeleteDeviceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteDeviceProfileRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass DeleteDeviceProfileRequest data as a hash:
{
id: "DeviceProfileId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to delete.
Instance Attribute Details
#id ⇒ String
The ID of the resource to delete.
1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1241 class DeleteDeviceProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |