PutAccountDedicatedIpWarmupAttributesRequest
public struct PutAccountDedicatedIpWarmupAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region. Set to true to enable the automatic warm-up feature, or set to false to disable it.
Declaration
Swift
public let autoWarmupEnabled: Bool?
-
Undocumented
Declaration
Swift
public init(autoWarmupEnabled: Bool? = nil)