Class: Aws::CloudWatchEvidently::Types::UpdateExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::UpdateExperimentResponse
- 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 was updated.
Instance Attribute Details
#experiment ⇒ Types::Experiment
A structure containing the configuration details of the experiment that was updated.
3287 3288 3289 3290 3291 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3287 class UpdateExperimentResponse < Struct.new( :experiment) SENSITIVE = [] include Aws::Structure end |