Method: Aws::IoT::Types::DeleteOTAUpdateRequest#delete_stream
- Defined in:
- lib/aws-sdk-iot/types.rb
#delete_stream ⇒ Boolean
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
5294 5295 5296 5297 5298 5299 5300 |
# File 'lib/aws-sdk-iot/types.rb', line 5294 class DeleteOTAUpdateRequest < Struct.new( :ota_update_id, :delete_stream, :force_delete_aws_job) SENSITIVE = [] include Aws::Structure end |