Class: Aws::IoTWireless::Types::DeleteServiceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteServiceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
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.
1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1318 class DeleteServiceProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |