Class: Aws::IoTManagedIntegrations::Types::DeleteOtaTaskConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteOtaTaskConfigurationRequest
- 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 configuration.
Instance Attribute Details
#identifier ⇒ String
The identifier of the over-the-air (OTA) task configuration.
1303 1304 1305 1306 1307 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1303 class DeleteOtaTaskConfigurationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |