Class: Aws::EventBridge::Types::TestEventPatternResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::TestEventPatternResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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.
4517 4518 4519 4520 4521 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4517 class TestEventPatternResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |