Class: Aws::CloudWatchEvidently::Types::UpdateExperimentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experimentTypes::Experiment

A structure containing the configuration details of the experiment that was updated.

Returns:



3287
3288
3289
3290
3291
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3287

class UpdateExperimentResponse < Struct.new(
  :experiment)
  SENSITIVE = []
  include Aws::Structure
end