Class: Aws::CloudFormation::Types::UpdateTerminationProtectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateTerminationProtectionInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_termination_protection ⇒ Boolean
Whether to enable termination protection on the specified stack.
-
#stack_name ⇒ String
The name or unique ID of the stack for which you want to set termination protection.
Instance Attribute Details
#enable_termination_protection ⇒ Boolean
Whether to enable termination protection on the specified stack.
12022 12023 12024 12025 12026 12027 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12022 class UpdateTerminationProtectionInput < Struct.new( :enable_termination_protection, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name or unique ID of the stack for which you want to set termination protection.
12022 12023 12024 12025 12026 12027 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12022 class UpdateTerminationProtectionInput < Struct.new( :enable_termination_protection, :stack_name) SENSITIVE = [] include Aws::Structure end |