Class TestEventPatternResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the TestEventPattern operation.
public class TestEventPatternResponse : AmazonWebServiceResponse
- Inheritance
-
TestEventPatternResponse
Constructors
TestEventPatternResponse()
public TestEventPatternResponse()
Properties
Result
Gets and sets the property Result.
Indicates whether the event matches the event pattern.
public bool Result { get; set; }