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

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

#experimentTypes::Experiment

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

Returns:



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

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