Class: Aws::CloudWatchEvidently::Types::ScheduledSplitsLaunchConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

An array of structures that define the traffic allocation percentages among the feature variations during each step of a launch. This also defines the start time of each step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stepsArray<Types::ScheduledSplitConfig>

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.

Returns:



2728
2729
2730
2731
2732
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2728

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