Class: Aws::CloudFormation::Types::UpdateTerminationProtectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateTerminationProtectionOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
12008 12009 12010 12011 12012 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12008 class UpdateTerminationProtectionOutput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |