Class: Aws::CloudWatchEvidently::Types::GetExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetExperimentResponse
- 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.
Instance Attribute Details
#experiment ⇒ Types::Experiment
A structure containing the configuration details of the experiment.
1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1260 class GetExperimentResponse < Struct.new( :experiment) SENSITIVE = [] include Aws::Structure end |