Class: Aws::CloudWatchEvidently::Types::ListExperimentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListExperimentsResponse
- Defined in:
- gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiments ⇒ Array<Types::Experiment>
An array of structures that contain the configuration details of the experiments in the specified project.
-
#next_token ⇒ String
The token to use in a subsequent
ListExperiments
operation to return the next set of results.
Instance Attribute Details
#experiments ⇒ Array<Types::Experiment>
An array of structures that contain the configuration details of the experiments in the specified project.
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_token ⇒ String
The token to use in a subsequent ListExperiments
operation to
return the next set of results.
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 |