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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

The unique ID of the stack.

Returns:

  • (String)


11474
11475
11476
11477
11478
# File 'lib/aws-sdk-cloudformation/types.rb', line 11474

class UpdateTerminationProtectionOutput < Struct.new(
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end