Class: Aws::CloudWatchEvidently::Types::StartExperimentRequest

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

#analysis_complete_timeTime

The date and time to end the experiment. This must be no more than 30 days after the experiment starts.

Returns:

  • (Time)


2913
2914
2915
2916
2917
2918
2919
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2913

class StartExperimentRequest < Struct.new(
  :analysis_complete_time,
  :experiment,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#experimentString

The name of the experiment to start.

Returns:

  • (String)


2913
2914
2915
2916
2917
2918
2919
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2913

class StartExperimentRequest < Struct.new(
  :analysis_complete_time,
  :experiment,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

The name or ARN of the project that contains the experiment to start.

Returns:

  • (String)


2913
2914
2915
2916
2917
2918
2919
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2913

class StartExperimentRequest < Struct.new(
  :analysis_complete_time,
  :experiment,
  :project)
  SENSITIVE = []
  include Aws::Structure
end