Class: Aws::CloudWatchEvidently::Types::DeleteExperimentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experimentString

The name of the experiment to delete.

Returns:

  • (String)


555
556
557
558
559
560
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 555

class DeleteExperimentRequest < Struct.new(
  :experiment,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

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

Returns:

  • (String)


555
556
557
558
559
560
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 555

class DeleteExperimentRequest < Struct.new(
  :experiment,
  :project)
  SENSITIVE = []
  include Aws::Structure
end