View source: R/cloudwatchevidently_operations.R
cloudwatchevidently_list_segment_references | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.