Class: Aws::Types::DeleteOTAUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteOTAUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_stream ⇒ Boolean
Returns the value of attribute delete_stream.
-
#force_delete_aws_job ⇒ Boolean
Returns the value of attribute force_delete_aws_job.
-
#ota_update_id ⇒ ::String
Returns the value of attribute ota_update_id.
Instance Attribute Details
#delete_stream ⇒ Boolean
Returns the value of attribute delete_stream.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def delete_stream @delete_stream end |
#force_delete_aws_job ⇒ Boolean
Returns the value of attribute force_delete_aws_job.
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.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def ota_update_id @ota_update_id end |