Struct aws_sdk_proton::operation::get_service_instance_sync_status::GetServiceInstanceSyncStatusOutput
source · #[non_exhaustive]pub struct GetServiceInstanceSyncStatusOutput { /* private fields */ }
Implementations§
source§impl GetServiceInstanceSyncStatusOutput
impl GetServiceInstanceSyncStatusOutput
sourcepub fn latest_sync(&self) -> Option<&ResourceSyncAttempt>
pub fn latest_sync(&self) -> Option<&ResourceSyncAttempt>
The detailed data of the latest sync with the service instance.
sourcepub fn latest_successful_sync(&self) -> Option<&ResourceSyncAttempt>
pub fn latest_successful_sync(&self) -> Option<&ResourceSyncAttempt>
The detailed data of the latest successful sync with the service instance.
sourcepub fn desired_state(&self) -> Option<&Revision>
pub fn desired_state(&self) -> Option<&Revision>
The service instance sync desired state that's returned by Proton
source§impl GetServiceInstanceSyncStatusOutput
impl GetServiceInstanceSyncStatusOutput
sourcepub fn builder() -> GetServiceInstanceSyncStatusOutputBuilder
pub fn builder() -> GetServiceInstanceSyncStatusOutputBuilder
Creates a new builder-style object to manufacture GetServiceInstanceSyncStatusOutput
.
Trait Implementations§
source§impl Clone for GetServiceInstanceSyncStatusOutput
impl Clone for GetServiceInstanceSyncStatusOutput
source§fn clone(&self) -> GetServiceInstanceSyncStatusOutput
fn clone(&self) -> GetServiceInstanceSyncStatusOutput
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 PartialEq<GetServiceInstanceSyncStatusOutput> for GetServiceInstanceSyncStatusOutput
impl PartialEq<GetServiceInstanceSyncStatusOutput> for GetServiceInstanceSyncStatusOutput
source§fn eq(&self, other: &GetServiceInstanceSyncStatusOutput) -> bool
fn eq(&self, other: &GetServiceInstanceSyncStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetServiceInstanceSyncStatusOutput
impl RequestId for GetServiceInstanceSyncStatusOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.