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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/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)


7227
7228
7229
7230
7231
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7227

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