Class: Aws::CloudFormation::Types::EventFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::EventFilter
- 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
-
#failed_events ⇒ Boolean
When set to true, only returns failed events within the operation.
Instance Attribute Details
#failed_events ⇒ Boolean
When set to true, only returns failed events within the operation. This helps quickly identify root causes for a failed operation.
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 |