Struct aws_sdk_rds::types::RestoreWindow
source · #[non_exhaustive]pub struct RestoreWindow { /* private fields */ }Expand description
Earliest and latest time an instance can be restored to:
Implementations§
source§impl RestoreWindow
impl RestoreWindow
sourcepub fn earliest_time(&self) -> Option<&DateTime>
pub fn earliest_time(&self) -> Option<&DateTime>
The earliest time you can restore an instance to.
sourcepub fn latest_time(&self) -> Option<&DateTime>
pub fn latest_time(&self) -> Option<&DateTime>
The latest time you can restore an instance to.
source§impl RestoreWindow
impl RestoreWindow
sourcepub fn builder() -> RestoreWindowBuilder
pub fn builder() -> RestoreWindowBuilder
Creates a new builder-style object to manufacture RestoreWindow.
Trait Implementations§
source§impl Clone for RestoreWindow
impl Clone for RestoreWindow
source§fn clone(&self) -> RestoreWindow
fn clone(&self) -> RestoreWindow
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RestoreWindow
impl Debug for RestoreWindow
source§impl PartialEq<RestoreWindow> for RestoreWindow
impl PartialEq<RestoreWindow> for RestoreWindow
source§fn eq(&self, other: &RestoreWindow) -> bool
fn eq(&self, other: &RestoreWindow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.