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)


7216
7217
7218
7219
7220
# File 'lib/aws-sdk-cloudformation/types.rb', line 7216

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