Class: Aws::CloudWatchEvidently::Types::CreateExperimentResponse

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 you created.

Returns:



214
215
216
217
218
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 214

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