Class: Aws::CloudWatchEvidently::Types::DeleteExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::DeleteExperimentRequest
- 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 to delete.
-
#project ⇒ String
The name or ARN of the project that contains the experiment to delete.
Instance Attribute Details
#experiment ⇒ String
The name of the experiment to delete.
555 556 557 558 559 560 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 555 class DeleteExperimentRequest < Struct.new( :experiment, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the experiment to delete.
555 556 557 558 559 560 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 555 class DeleteExperimentRequest < Struct.new( :experiment, :project) SENSITIVE = [] include Aws::Structure end |