Class: Aws::EventBridge::Types::TestEventPatternResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::TestEventPatternResponse
- Includes:
- Structure
- Defined in:
- 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.
5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5176 class TestEventPatternResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |