Class: Aws::CloudWatchEvidently::Types::CreateExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateExperimentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment ⇒ Types::Experiment
A structure containing the configuration details of the experiment that you created.
Instance Attribute Details
#experiment ⇒ Types::Experiment
A structure containing the configuration details of the experiment that you created.
214 215 216 217 218 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 214 class CreateExperimentResponse < Struct.new( :experiment) SENSITIVE = [] include Aws::Structure end |