#[non_exhaustive]pub struct ListSyncResourcesOutput { /* private fields */ }Implementations§
source§impl ListSyncResourcesOutput
impl ListSyncResourcesOutput
sourcepub fn sync_resources(&self) -> Option<&[SyncResourceSummary]>
pub fn sync_resources(&self) -> Option<&[SyncResourceSummary]>
The sync resources.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The string that specifies the next page of results.
source§impl ListSyncResourcesOutput
impl ListSyncResourcesOutput
sourcepub fn builder() -> ListSyncResourcesOutputBuilder
pub fn builder() -> ListSyncResourcesOutputBuilder
Creates a new builder-style object to manufacture ListSyncResourcesOutput.
Trait Implementations§
source§impl Clone for ListSyncResourcesOutput
impl Clone for ListSyncResourcesOutput
source§fn clone(&self) -> ListSyncResourcesOutput
fn clone(&self) -> ListSyncResourcesOutput
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 ListSyncResourcesOutput
impl Debug for ListSyncResourcesOutput
source§impl PartialEq<ListSyncResourcesOutput> for ListSyncResourcesOutput
impl PartialEq<ListSyncResourcesOutput> for ListSyncResourcesOutput
source§fn eq(&self, other: &ListSyncResourcesOutput) -> bool
fn eq(&self, other: &ListSyncResourcesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListSyncResourcesOutput
impl RequestId for ListSyncResourcesOutput
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.