Class: Aws::CloudWatchEvidently::Types::StopExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::StopExperimentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_state ⇒ String
Specify whether the experiment is to be considered ‘COMPLETED` or `CANCELLED` after it stops.
-
#experiment ⇒ String
The name of the experiment to stop.
-
#project ⇒ String
The name or ARN of the project that contains the experiment to stop.
-
#reason ⇒ String
A string that describes why you are stopping the experiment.
Instance Attribute Details
#desired_state ⇒ String
Specify whether the experiment is to be considered ‘COMPLETED` or `CANCELLED` after it stops.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2982 class StopExperimentRequest < Struct.new( :desired_state, :experiment, :project, :reason) SENSITIVE = [] include Aws::Structure end |
#experiment ⇒ String
The name of the experiment to stop.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2982 class StopExperimentRequest < Struct.new( :desired_state, :experiment, :project, :reason) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the experiment to stop.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2982 class StopExperimentRequest < Struct.new( :desired_state, :experiment, :project, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A string that describes why you are stopping the experiment.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2982 class StopExperimentRequest < Struct.new( :desired_state, :experiment, :project, :reason) SENSITIVE = [] include Aws::Structure end |