cloudwatchevidently_list_segment_references: Use this operation to find which experiments or launches are...

View source: R/cloudwatchevidently_operations.R

cloudwatchevidently_list_segment_referencesR Documentation

Use this operation to find which experiments or launches are using a specified segment

Description

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.

Usage

cloudwatchevidently_list_segment_references(
  maxResults = NULL,
  nextToken = NULL,
  segment,
  type
)

Arguments

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 list_segment_references operation.

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.