Class: Aws::CloudWatchEvidently::Types::ScheduledSplitsLaunchDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ScheduledSplitsLaunchDefinition
- 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::ScheduledSplit>
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::ScheduledSplit>
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.
2746 2747 2748 2749 2750 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2746 class ScheduledSplitsLaunchDefinition < Struct.new( :steps) SENSITIVE = [] include Aws::Structure end |