Method: Aws::IoTWireless::Types::DeleteServiceProfileRequest#id
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
#id ⇒ String
The ID of the resource to delete.
1334 1335 1336 1337 1338 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1334 class DeleteServiceProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |