[−][src]Struct rusoto_rds::PromoteReadReplicaMessage
Fields
backup_retention_period: Option<i64>
The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
Default: 1
Constraints:
-
Must be a value from 0 to 8
db_instance_identifier: String
The DB instance identifier. This value is stored as a lowercase string.
Constraints:
-
Must match the identifier of an existing Read Replica DB instance.
Example: mydbinstance
preferred_backup_window: Option<String>
The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod
parameter.
The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.
Constraints:
-
Must be in the format
hh24:mi-hh24:mi
. -
Must be in Universal Coordinated Time (UTC).
-
Must not conflict with the preferred maintenance window.
-
Must be at least 30 minutes.
Trait Implementations
impl PartialEq<PromoteReadReplicaMessage> for PromoteReadReplicaMessage
[src]
fn eq(&self, other: &PromoteReadReplicaMessage) -> bool
[src]
fn ne(&self, other: &PromoteReadReplicaMessage) -> bool
[src]
impl Default for PromoteReadReplicaMessage
[src]
impl Clone for PromoteReadReplicaMessage
[src]
fn clone(&self) -> PromoteReadReplicaMessage
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for PromoteReadReplicaMessage
[src]
Auto Trait Implementations
impl Send for PromoteReadReplicaMessage
impl Sync for PromoteReadReplicaMessage
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self