Class: Aws::CloudFormation::Types::UpdateTerminationProtectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_termination_protectionBoolean

Whether to enable termination protection on the specified stack.

Returns:

  • (Boolean)


11461
11462
11463
11464
11465
11466
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11461

class UpdateTerminationProtectionInput < Struct.new(
  :enable_termination_protection,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name or unique ID of the stack for which you want to set termination protection.

Returns:

  • (String)


11461
11462
11463
11464
11465
11466
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11461

class UpdateTerminationProtectionInput < Struct.new(
  :enable_termination_protection,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end