Class: Aws::CloudWatchEvidently::Types::TestSegmentPatternResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matchBoolean

Returns true if the pattern matches the payload.

Returns:

  • (Boolean)


3090
3091
3092
3093
3094
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3090

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