Class: Aws::Types::SetTerminationProtectionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_flow_ids::Array[::String]

Returns the value of attribute job_flow_ids.

Returns:

  • (::Array[::String])


1537
1538
1539
# File 'sig/types.rbs', line 1537

def job_flow_ids
  @job_flow_ids
end

#termination_protectedBoolean

Returns the value of attribute termination_protected.

Returns:

  • (Boolean)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def termination_protected
  @termination_protected
end