Class: Aws::CloudWatchEvidently::Types::GetExperimentResponse

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.

Returns:



1260
1261
1262
1263
1264
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1260

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