PutDedicatedIpWarmupAttributesRequest
public struct PutDedicatedIpWarmupAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The dedicated IP address that you want to update the warm-up attributes for.
Declaration
Swift
public let ip: String
-
The warm-up percentage that you want to associate with the dedicated IP address.
Declaration
Swift
public let warmupPercentage: Int
-
Undocumented
Declaration
Swift
public init(ip: String, warmupPercentage: Int)