Class: Aws::EventBridge::Types::TestEventPatternResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultBoolean

Indicates whether the event matches the event pattern.

Returns:

  • (Boolean)


4664
4665
4666
4667
4668
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4664

class TestEventPatternResponse < Struct.new(
  :result)
  SENSITIVE = []
  include Aws::Structure
end