Class: Aws::CloudWatchEvidently::Types::TestSegmentPatternRequest

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

#patternString

The pattern to test.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3077

class TestSegmentPatternRequest < Struct.new(
  :pattern,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#payloadString

A sample evaluationContext JSON block to test against the specified pattern.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3077

class TestSegmentPatternRequest < Struct.new(
  :pattern,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end