Class: Aws::CloudWatchEvidently::Types::GetExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetExperimentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment ⇒ String
The name of the experiment that you want to see the details of.
-
#project ⇒ String
The name or ARN of the project that contains the experiment.
Instance Attribute Details
#experiment ⇒ String
The name of the experiment that you want to see the details of.
1247 1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1247 class GetExperimentRequest < Struct.new( :experiment, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the experiment.
1247 1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1247 class GetExperimentRequest < Struct.new( :experiment, :project) SENSITIVE = [] include Aws::Structure end |