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)


11496
11497
11498
11499
11500
# File 'lib/aws-sdk-cloudformation/types.rb', line 11496

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