class Aws::CloudWatchEvidently::Client

def create_segment(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_segment(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateSegment - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateSegmentResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :pattern (required, String) --
  • :name (required, String) --
  • :description (String) --
def create_segment(params = {}, options = {})
  req = build_request(:create_segment, params)
  req.send_request(options)
end