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.
4872 4873 4874 4875 4876 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4872 class TestEventPatternResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |