Struct aws_sdk_proton::model::RepositorySyncAttempt
source · #[non_exhaustive]pub struct RepositorySyncAttempt { /* private fields */ }
Expand description
Detail data for a repository sync attempt activated by a push to a repository.
Implementations§
source§impl RepositorySyncAttempt
impl RepositorySyncAttempt
sourcepub fn started_at(&self) -> Option<&DateTime>
pub fn started_at(&self) -> Option<&DateTime>
The time when the sync attempt started.
sourcepub fn status(&self) -> Option<&RepositorySyncStatus>
pub fn status(&self) -> Option<&RepositorySyncStatus>
The sync attempt status.
sourcepub fn events(&self) -> Option<&[RepositorySyncEvent]>
pub fn events(&self) -> Option<&[RepositorySyncEvent]>
Detail data for sync attempt events.
source§impl RepositorySyncAttempt
impl RepositorySyncAttempt
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RepositorySyncAttempt
.
Trait Implementations§
source§impl Clone for RepositorySyncAttempt
impl Clone for RepositorySyncAttempt
source§fn clone(&self) -> RepositorySyncAttempt
fn clone(&self) -> RepositorySyncAttempt
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 RepositorySyncAttempt
impl Debug for RepositorySyncAttempt
source§impl PartialEq<RepositorySyncAttempt> for RepositorySyncAttempt
impl PartialEq<RepositorySyncAttempt> for RepositorySyncAttempt
source§fn eq(&self, other: &RepositorySyncAttempt) -> bool
fn eq(&self, other: &RepositorySyncAttempt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.