Use this operation to find which experiments or launches are using a specified segment.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_list_segment_references/ for full documentation.
cloudwatchevidently_list_segment_references(
maxResults = NULL,
nextToken = NULL,
segment,
type
)
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
The token to use when requesting the next set of results. You received
this token from a previous
list_segment_references
operation.
[required] The ARN of the segment that you want to view information for.
[required] Specifies whether to return information about launches or experiments that use this segment.