Class: Aws::CloudFormation::Types::EventFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Event filter allows you to focus on specific events in an operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_eventsBoolean

When set to true, only returns failed events within the operation. This helps quickly identify root causes for a failed operation.

Returns:

  • (Boolean)


4344
4345
4346
4347
4348
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4344

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