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)


7146
7147
7148
7149
7150
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7146

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