Method: Aws::IoTWireless::Types::DeleteServiceProfileRequest#id

Defined in:
lib/aws-sdk-iotwireless/types.rb

#idString

The ID of the resource to delete.

Returns:

  • (String)


1334
1335
1336
1337
1338
# File 'lib/aws-sdk-iotwireless/types.rb', line 1334

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