Class: Aws::CloudWatchEvidently::Types::UpdateLaunchRequest

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

#descriptionString

An optional description for the launch.

Returns:

  • (String)


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3412

class UpdateLaunchRequest < Struct.new(
  :description,
  :groups,
  :launch,
  :metric_monitors,
  :project,
  :randomization_salt,
  :scheduled_splits_config)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<Types::LaunchGroupConfig>

An array of structures that contains the feature and variations that are to be used for the launch.

Returns:



3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3412

class UpdateLaunchRequest < Struct.new(
  :description,
  :groups,
  :launch,
  :metric_monitors,
  :project,
  :randomization_salt,
  :scheduled_splits_config)
  SENSITIVE = []
  include Aws::Structure
end

#launchString

The name of the launch that is to be updated.

Returns:

  • (String)


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3412

class UpdateLaunchRequest < Struct.new(
  :description,
  :groups,
  :launch,
  :metric_monitors,
  :project,
  :randomization_salt,
  :scheduled_splits_config)
  SENSITIVE = []
  include Aws::Structure
end

#metric_monitorsArray<Types::MetricMonitorConfig>

An array of structures that define the metrics that will be used to monitor the launch performance.

Returns:



3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3412

class UpdateLaunchRequest < Struct.new(
  :description,
  :groups,
  :launch,
  :metric_monitors,
  :project,
  :randomization_salt,
  :scheduled_splits_config)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

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

Returns:

  • (String)


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3412

class UpdateLaunchRequest < Struct.new(
  :description,
  :groups,
  :launch,
  :metric_monitors,
  :project,
  :randomization_salt,
  :scheduled_splits_config)
  SENSITIVE = []
  include Aws::Structure
end

#randomization_saltString

When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.

Returns:

  • (String)


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3412

class UpdateLaunchRequest < Struct.new(
  :description,
  :groups,
  :launch,
  :metric_monitors,
  :project,
  :randomization_salt,
  :scheduled_splits_config)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_splits_configTypes::ScheduledSplitsLaunchConfig

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.



3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3412

class UpdateLaunchRequest < Struct.new(
  :description,
  :groups,
  :launch,
  :metric_monitors,
  :project,
  :randomization_salt,
  :scheduled_splits_config)
  SENSITIVE = []
  include Aws::Structure
end