Class: Aws::CloudWatchEvidently::Types::StopLaunchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::StopLaunchRequest
- Defined in:
- gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_state ⇒ String
Specify whether to consider the launch as
COMPLETED
orCANCELLED
after it stops. -
#launch ⇒ String
The name of the launch to stop.
-
#project ⇒ String
The name or ARN of the project that contains the launch that you want to stop.
-
#reason ⇒ String
A string that describes why you are stopping the launch.
Instance Attribute Details
#desired_state ⇒ String
Specify whether to consider the launch as COMPLETED
or CANCELLED
after it stops.
3023 3024 3025 3026 3027 3028 3029 3030 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3023 class StopLaunchRequest < Struct.new( :desired_state, :launch, :project, :reason) SENSITIVE = [] include Aws::Structure end |
#launch ⇒ String
The name of the launch to stop.
3023 3024 3025 3026 3027 3028 3029 3030 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3023 class StopLaunchRequest < Struct.new( :desired_state, :launch, :project, :reason) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the launch that you want to stop.
3023 3024 3025 3026 3027 3028 3029 3030 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3023 class StopLaunchRequest < Struct.new( :desired_state, :launch, :project, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A string that describes why you are stopping the launch.
3023 3024 3025 3026 3027 3028 3029 3030 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3023 class StopLaunchRequest < Struct.new( :desired_state, :launch, :project, :reason) SENSITIVE = [] include Aws::Structure end |