Struct aws_sdk_iottwinmaker::types::SyncResourceSummary  
source · #[non_exhaustive]pub struct SyncResourceSummary { /* private fields */ }Expand description
The sync resource summary.
Implementations§
source§impl SyncResourceSummary
 
impl SyncResourceSummary
sourcepub fn resource_type(&self) -> Option<&SyncResourceType>
 
pub fn resource_type(&self) -> Option<&SyncResourceType>
The resource type.
sourcepub fn external_id(&self) -> Option<&str>
 
pub fn external_id(&self) -> Option<&str>
The external ID.
sourcepub fn resource_id(&self) -> Option<&str>
 
pub fn resource_id(&self) -> Option<&str>
The resource ID.
sourcepub fn status(&self) -> Option<&SyncResourceStatus>
 
pub fn status(&self) -> Option<&SyncResourceStatus>
The sync resource summary status.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
 
pub fn update_date_time(&self) -> Option<&DateTime>
The update date and time.
source§impl SyncResourceSummary
 
impl SyncResourceSummary
sourcepub fn builder() -> SyncResourceSummaryBuilder
 
pub fn builder() -> SyncResourceSummaryBuilder
Creates a new builder-style object to manufacture SyncResourceSummary.
Trait Implementations§
source§impl Clone for SyncResourceSummary
 
impl Clone for SyncResourceSummary
source§fn clone(&self) -> SyncResourceSummary
 
fn clone(&self) -> SyncResourceSummary
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 SyncResourceSummary
 
impl Debug for SyncResourceSummary
source§impl PartialEq<SyncResourceSummary> for SyncResourceSummary
 
impl PartialEq<SyncResourceSummary> for SyncResourceSummary
source§fn eq(&self, other: &SyncResourceSummary) -> bool
 
fn eq(&self, other: &SyncResourceSummary) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.