Class: Aws::CloudWatchEvents::Types::TestEventPatternResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::TestEventPatternResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ Boolean
Indicates whether the event matches the event pattern.
Instance Attribute Details
#result ⇒ Boolean
Indicates whether the event matches the event pattern.
4037 4038 4039 4040 4041 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4037 class TestEventPatternResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |