AWS SDK for .NET Documentation
ApplyImmediately Property
AmazonAmazon.RDS.ModelModifyDBInstanceRequestApplyImmediately Did this page help you?   Yes   No    Tell us about it...
Specifies whether or not the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance. If this parameter is passed as false, changes to the DB instance are applied on the next call to RebootDBInstance, the next maintenance reboot, or the next failure reboot, whichever occurs first. See each parameter to determine when a change is applied. Default: false
Declaration Syntax
C#
public bool ApplyImmediately { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)