Class: Aws::CloudFormation::Types::UpdateTerminationProtectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateTerminationProtectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
The unique ID of the stack.
Instance Attribute Details
#stack_id ⇒ String
The unique ID of the stack.
9645 9646 9647 9648 9649 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 9645 class UpdateTerminationProtectionOutput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |