Class: Aws::CloudWatchEvidently::Types::StartLaunchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::StartLaunchRequest
- 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 start.
-
#project ⇒ String
The name or ARN of the project that contains the launch to start.
Instance Attribute Details
#launch ⇒ String
The name of the launch to start.
2943 2944 2945 2946 2947 2948 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2943 class StartLaunchRequest < Struct.new( :launch, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the launch to start.
2943 2944 2945 2946 2947 2948 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2943 class StartLaunchRequest < Struct.new( :launch, :project) SENSITIVE = [] include Aws::Structure end |