You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::DeleteOTAUpdateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteOTAUpdateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  ota_update_id: "OTAUpdateId", # required
  delete_stream: false,
  force_delete_aws_job: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#delete_streamBoolean

Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.

Returns:

  • (Boolean)

    Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.

#force_delete_aws_jobBoolean

Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.

Returns:

  • (Boolean)

    Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.

#ota_update_idString

The ID of the OTA update to delete.

Returns:

  • (String)

    The ID of the OTA update to delete.