Class: Aws::CloudFormation::Types::UpdateStackOutput

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

Overview

The output for an UpdateStack action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)


11087
11088
11089
11090
11091
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11087

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