class Aws::CloudWatchEvidently::Client
def test_segment_pattern(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
test_segment_pattern(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/TestSegmentPattern - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::TestSegmentPatternResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:payload(required, String) -- -
:pattern(required, String) --
def test_segment_pattern(params = {}, options = {}) req = build_request(:test_segment_pattern, params) req.send_request(options) end