[−][src]Struct rusoto_rds::DBClusterBacktrack 
This data type is used as a response element in the DescribeDBClusterBacktracks action.
Fields
backtrack_identifier: Option<String>Contains the backtrack identifier.
backtrack_request_creation_time: Option<String>The timestamp of the time at which the backtrack was requested.
backtrack_to: Option<String>The timestamp of the time to which the DB cluster was backtracked.
backtracked_from: Option<String>The timestamp of the time from which the DB cluster was backtracked.
db_cluster_identifier: Option<String>Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
status: Option<String>The status of the backtrack. This property returns one of the following values:
-  
applying- The backtrack is currently being applied to or rolled back from the DB cluster. -  
completed- The backtrack has successfully been applied to or rolled back from the DB cluster. -  
failed- An error occurred while the backtrack was applied to or rolled back from the DB cluster. -  
pending- The backtrack is currently pending application to or rollback from the DB cluster. 
Trait Implementations
impl PartialEq<DBClusterBacktrack> for DBClusterBacktrack[src]
fn eq(&self, other: &DBClusterBacktrack) -> bool[src]
fn ne(&self, other: &DBClusterBacktrack) -> bool[src]
impl Default for DBClusterBacktrack[src]
fn default() -> DBClusterBacktrack[src]
impl Clone for DBClusterBacktrack[src]
fn clone(&self) -> DBClusterBacktrack[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for DBClusterBacktrack[src]
Auto Trait Implementations
impl Send for DBClusterBacktrack
impl Sync for DBClusterBacktrack
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