Class: Aws::IoTManagedIntegrations::Types::DeleteOtaTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the over-the-air (OTA) task.

Returns:

  • (String)


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