Class: Aws::Types::DeleteOTAUpdateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_streamBoolean

Returns the value of attribute delete_stream.

Returns:

  • (Boolean)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def delete_stream
  @delete_stream
end

#force_delete_aws_jobBoolean

Returns the value of attribute force_delete_aws_job.

Returns:

  • (Boolean)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def force_delete_aws_job
  @force_delete_aws_job
end

#ota_update_id::String

Returns the value of attribute ota_update_id.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def ota_update_id
  @ota_update_id
end