Class: Aws::CloudWatchEvidently::Types::DeleteLaunchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::DeleteLaunchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch ⇒ String
The name of the launch to delete.
-
#project ⇒ String
The name or ARN of the project that contains the launch to delete.
Instance Attribute Details
#launch ⇒ String
The name of the launch to delete.
597 598 599 600 601 602 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 597 class DeleteLaunchRequest < Struct.new( :launch, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the launch to delete.
597 598 599 600 601 602 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 597 class DeleteLaunchRequest < Struct.new( :launch, :project) SENSITIVE = [] include Aws::Structure end |