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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

A unique identifier for this update operation that can be used to track the operation’s progress and events.

Returns:

  • (String)


12316
12317
12318
12319
12320
12321
# File 'lib/aws-sdk-cloudformation/types.rb', line 12316

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

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)


12316
12317
12318
12319
12320
12321
# File 'lib/aws-sdk-cloudformation/types.rb', line 12316

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