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)


11065
11066
11067
11068
11069
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11065

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