Class: Aws::IoTManagedIntegrations::Types::DeleteOtaTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteOtaTaskRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the over-the-air (OTA) task.
Instance Attribute Details
#identifier ⇒ String
The identifier of the over-the-air (OTA) task.
1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1265 class DeleteOtaTaskRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |