Class: Aws::CloudWatchEvidently::Types::GetExperimentRequest

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

#experimentString

The name of the experiment that you want to see the details of.

Returns:

  • (String)


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

#projectString

The name or ARN of the project that contains the experiment.

Returns:

  • (String)


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