TimeBasedLinear
public struct TimeBasedLinear : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.
Declaration
Swift
public let linearInterval: Int?
-
The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.
Declaration
Swift
public let linearPercentage: Int?
-
Undocumented
Declaration
Swift
public init(linearInterval: Int? = nil, linearPercentage: Int? = nil)