Class: Aws::CloudWatchEvidently::Types::StopExperimentRequest

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

#desired_stateString

Specify whether the experiment is to be considered COMPLETED or CANCELLED after it stops.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2982

class StopExperimentRequest < Struct.new(
  :desired_state,
  :experiment,
  :project,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#experimentString

The name of the experiment to stop.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2982

class StopExperimentRequest < Struct.new(
  :desired_state,
  :experiment,
  :project,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

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

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2982

class StopExperimentRequest < Struct.new(
  :desired_state,
  :experiment,
  :project,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A string that describes why you are stopping the experiment.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2982

class StopExperimentRequest < Struct.new(
  :desired_state,
  :experiment,
  :project,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end