Class: Aws::CloudFormation::Types::RollbackStackOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)


7680
7681
7682
7683
7684
# File 'lib/aws-sdk-cloudformation/types.rb', line 7680

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