You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateTerminationProtectionInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  enable_termination_protection: false, # required
  stack_name: "StackNameOrId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#enable_termination_protectionBoolean

Whether to enable termination protection on the specified stack.

Returns:

  • (Boolean)

    Whether to enable termination protection on the specified stack.

#stack_nameString

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

Returns:

  • (String)

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