cloudwatchevidently_list_segment_references {paws.management} | R Documentation |
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
)
maxResults |
The maximum number of results to include in the response. If you omit this, the default of 50 is used. |
nextToken |
The token to use when requesting the next set of results. You received
this token from a previous
|
segment |
[required] The ARN of the segment that you want to view information for. |
type |
[required] Specifies whether to return information about launches or experiments that use this segment. |