Method: Ufo::Cfn::Stack::Status#start_index
- Defined in:
- lib/ufo/cfn/stack/status.rb
#start_index ⇒ Object
139 140 141 142 143 144 |
# File 'lib/ufo/cfn/stack/status.rb', line 139 def start_index @events.find_index do |event| event["resource_type"] == "AWS::CloudFormation::Stack" && event["resource_status_reason"] == "User Initiated" end end |