Amazon.Pinpoint.AmazonPinpointClient.GetSegmentVersion C# (CSharp) Method

GetSegmentVersion() public method

Returns information about a segment version.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegmentVersion ( GetSegmentVersionRequest request ) : GetSegmentVersionResponse
request Amazon.Pinpoint.Model.GetSegmentVersionRequest Container for the necessary parameters to execute the GetSegmentVersion service method.
return Amazon.Pinpoint.Model.GetSegmentVersionResponse
        public GetSegmentVersionResponse GetSegmentVersion(GetSegmentVersionRequest request)
        {
            var marshaller = new GetSegmentVersionRequestMarshaller();
            var unmarshaller = GetSegmentVersionResponseUnmarshaller.Instance;

            return Invoke<GetSegmentVersionRequest,GetSegmentVersionResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient