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

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.

Returns:



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

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