Class: Aws::CloudWatchEvidently::Types::ScheduledSplitsLaunchConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ScheduledSplitsLaunchConfig
- Includes:
- Structure
- Defined in:
- 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
-
#steps ⇒ Array<Types::ScheduledSplitConfig>
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
Instance Attribute Details
#steps ⇒ Array<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.
2728 2729 2730 2731 2732 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2728 class ScheduledSplitsLaunchConfig < Struct.new( :steps) SENSITIVE = [] include Aws::Structure end |