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