Class: Aws::CloudWatchEvidently::Types::ListExperimentsResponse

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

#experimentsArray<Types::Experiment>

An array of structures that contain the configuration details of the experiments in the specified project.

Returns:



1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1715

class ListExperimentsResponse < Struct.new(
  :experiments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use in a subsequent ListExperiments operation to return the next set of results.

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1715

class ListExperimentsResponse < Struct.new(
  :experiments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end