class AWS::CloudFormation::StackSummary


{#stack}.
You can get the full {Stack} object from a summary by calling
end
puts “#{summary.stack_name} : #{summary.stack_status}”
cf.stack_summaries.each do |summary|
cf = AWS::CloudFormation.new
AWS::CloudFormation object:
To get summary information, enumerate the summaries on an
deleted within the last 90 days).
can get summary information on any stack (including stacks
A stack summary contains some information about a stack. You

def initialize stack, details

Other tags:
    Private: -
def initialize stack, details
  @stack = stack
  details.each_pair do |attr_name,attr_value|
    instance_variable_set("@#{attr_name}", attr_value)
  end
end