Class: Aws::CloudWatchEvidently::Types::TestSegmentPatternResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::TestSegmentPatternResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#match ⇒ Boolean
Returns ‘true` if the pattern matches the payload.
Instance Attribute Details
#match ⇒ Boolean
Returns ‘true` if the pattern matches the payload.
3090 3091 3092 3093 3094 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3090 class TestSegmentPatternResponse < Struct.new( :match) SENSITIVE = [] include Aws::Structure end |