#[non_exhaustive]pub struct BacktrackDbClusterOutput { /* private fields */ }Expand description
This data type is used as a response element in the DescribeDBClusterBacktracks action.
Implementations§
source§impl BacktrackDbClusterOutput
impl BacktrackDbClusterOutput
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
sourcepub fn backtrack_identifier(&self) -> Option<&str>
pub fn backtrack_identifier(&self) -> Option<&str>
Contains the backtrack identifier.
sourcepub fn backtrack_to(&self) -> Option<&DateTime>
pub fn backtrack_to(&self) -> Option<&DateTime>
The timestamp of the time to which the DB cluster was backtracked.
sourcepub fn backtracked_from(&self) -> Option<&DateTime>
pub fn backtracked_from(&self) -> Option<&DateTime>
The timestamp of the time from which the DB cluster was backtracked.
sourcepub fn backtrack_request_creation_time(&self) -> Option<&DateTime>
pub fn backtrack_request_creation_time(&self) -> Option<&DateTime>
The timestamp of the time at which the backtrack was requested.
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
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.
source§impl BacktrackDbClusterOutput
impl BacktrackDbClusterOutput
sourcepub fn builder() -> BacktrackDbClusterOutputBuilder
pub fn builder() -> BacktrackDbClusterOutputBuilder
Creates a new builder-style object to manufacture BacktrackDbClusterOutput.
Trait Implementations§
source§impl Clone for BacktrackDbClusterOutput
impl Clone for BacktrackDbClusterOutput
source§fn clone(&self) -> BacktrackDbClusterOutput
fn clone(&self) -> BacktrackDbClusterOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for BacktrackDbClusterOutput
impl Debug for BacktrackDbClusterOutput
source§impl PartialEq<BacktrackDbClusterOutput> for BacktrackDbClusterOutput
impl PartialEq<BacktrackDbClusterOutput> for BacktrackDbClusterOutput
source§fn eq(&self, other: &BacktrackDbClusterOutput) -> bool
fn eq(&self, other: &BacktrackDbClusterOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for BacktrackDbClusterOutput
impl RequestId for BacktrackDbClusterOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.