Class: Aws::Types::SetTerminationProtectionInput
- Inherits:
-
Object
- Object
- Aws::Types::SetTerminationProtectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
-
#termination_protected ⇒ Boolean
Returns the value of attribute termination_protected.
Instance Attribute Details
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def job_flow_ids @job_flow_ids end |
#termination_protected ⇒ Boolean
Returns the value of attribute termination_protected.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def termination_protected @termination_protected end |