Class: Aws::CloudWatchEvidently::Types::ListExperimentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to include in the response.

Returns:

  • (Integer)


1694
1695
1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1694

class ListExperimentsRequest < Struct.new(
  :max_results,
  :next_token,
  :project,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of results. You received this token from a previous ListExperiments operation.

Returns:

  • (String)


1694
1695
1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1694

class ListExperimentsRequest < Struct.new(
  :max_results,
  :next_token,
  :project,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

The name or ARN of the project to return the experiment list from.

Returns:

  • (String)


1694
1695
1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1694

class ListExperimentsRequest < Struct.new(
  :max_results,
  :next_token,
  :project,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.

Returns:

  • (String)


1694
1695
1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1694

class ListExperimentsRequest < Struct.new(
  :max_results,
  :next_token,
  :project,
  :status)
  SENSITIVE = []
  include Aws::Structure
end