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