Class: Aws::AppConfig::Types::ExperimentRuns

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

The response for a list experiment runs request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ExperimentRunSummary>

The list of experiment runs.

Returns:



2092
2093
2094
2095
2096
2097
# File 'lib/aws-sdk-appconfig/types.rb', line 2092

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

#next_tokenString

A token to use for the next set of results.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
# File 'lib/aws-sdk-appconfig/types.rb', line 2092

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