Class: Aws::CloudWatchEvidently::Types::TestSegmentPatternRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::TestSegmentPatternRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pattern ⇒ String
The pattern to test.
-
#payload ⇒ String
A sample ‘evaluationContext` JSON block to test against the specified pattern.
Instance Attribute Details
#pattern ⇒ String
The pattern to test.
3077 3078 3079 3080 3081 3082 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3077 class TestSegmentPatternRequest < Struct.new( :pattern, :payload) SENSITIVE = [] include Aws::Structure end |
#payload ⇒ String
A sample ‘evaluationContext` JSON block to test against the specified pattern.
3077 3078 3079 3080 3081 3082 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3077 class TestSegmentPatternRequest < Struct.new( :pattern, :payload) SENSITIVE = [] include Aws::Structure end |