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

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

Overview

The output for an UpdateStack action.

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)


7135
7136
7137
7138
# File 'lib/aws-sdk-cloudformation/types.rb', line 7135

class UpdateStackOutput < Struct.new(
  :stack_id)
  include Aws::Structure
end