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.
11515 11516 11517 11518 11519 11520 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11515 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.
11515 11516 11517 11518 11519 11520 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11515 class UpdateTerminationProtectionInput < Struct.new( :enable_termination_protection, :stack_name) SENSITIVE = [] include Aws::Structure end |