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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/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 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11474

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