Class: Aws::CloudFormation::Types::UpdateTerminationProtectionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

The unique ID of the stack.

Returns:

  • (String)


7501
7502
7503
7504
# File 'lib/aws-sdk-cloudformation/types.rb', line 7501

class UpdateTerminationProtectionOutput < Struct.new(
  :stack_id)
  include Aws::Structure
end