Class: Aws::CloudWatchEvidently::Types::UpdateLaunchResponse

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

#launchTypes::Launch

A structure that contains the new configuration of the launch that was updated.

Returns:



3431
3432
3433
3434
3435
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3431

class UpdateLaunchResponse < Struct.new(
  :launch)
  SENSITIVE = []
  include Aws::Structure
end