Class: Aws::CloudWatchEvidently::Types::UpdateLaunchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::UpdateLaunchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description for the launch.
-
#groups ⇒ Array<Types::LaunchGroupConfig>
An array of structures that contains the feature and variations that are to be used for the launch.
-
#launch ⇒ String
The name of the launch that is to be updated.
-
#metric_monitors ⇒ Array<Types::MetricMonitorConfig>
An array of structures that define the metrics that will be used to monitor the launch performance.
-
#project ⇒ String
The name or ARN of the project that contains the launch that you want to update.
-
#randomization_salt ⇒ String
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.
-
#scheduled_splits_config ⇒ Types::ScheduledSplitsLaunchConfig
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
Instance Attribute Details
#description ⇒ String
An optional description for the launch.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 |
# File '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 |
#groups ⇒ Array<Types::LaunchGroupConfig>
An array of structures that contains the feature and variations that are to be used for the launch.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 |
# File '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 |
#launch ⇒ String
The name of the launch that is to be updated.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 |
# File '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_monitors ⇒ Array<Types::MetricMonitorConfig>
An array of structures that define the metrics that will be used to monitor the launch performance.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 |
# File '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 |
#project ⇒ String
The name or ARN of the project that contains the launch that you want to update.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 |
# File '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_salt ⇒ String
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`.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 |
# File '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_config ⇒ Types::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 '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 |