Class: Aws::CloudWatchEvidently::Types::StopLaunchRequest

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

#desired_stateString

Specify whether to consider the launch as COMPLETED or CANCELLED after it stops.

Returns:

  • (String)


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

#launchString

The name of the launch to stop.

Returns:

  • (String)


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

#projectString

The name or ARN of the project that contains the launch that you want to stop.

Returns:

  • (String)


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

#reasonString

A string that describes why you are stopping the launch.

Returns:

  • (String)


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