Class: Aws::CloudWatchEvents::Types::TestEventPatternResponse

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


4037
4038
4039
4040
4041
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4037

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