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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5176
5177
5178
5179
5180
# File 'lib/aws-sdk-eventbridge/types.rb', line 5176

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