#[non_exhaustive]pub struct ListResourceDataSyncOutput { /* private fields */ }Implementations§
source§impl ListResourceDataSyncOutput
impl ListResourceDataSyncOutput
sourcepub fn resource_data_sync_items(&self) -> Option<&[ResourceDataSyncItem]>
pub fn resource_data_sync_items(&self) -> Option<&[ResourceDataSyncItem]>
A list of your current resource data sync configurations and their statuses.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of items to return. Use this token to get the next set of results.
source§impl ListResourceDataSyncOutput
impl ListResourceDataSyncOutput
sourcepub fn builder() -> ListResourceDataSyncOutputBuilder
pub fn builder() -> ListResourceDataSyncOutputBuilder
Creates a new builder-style object to manufacture ListResourceDataSyncOutput.
Trait Implementations§
source§impl Clone for ListResourceDataSyncOutput
impl Clone for ListResourceDataSyncOutput
source§fn clone(&self) -> ListResourceDataSyncOutput
fn clone(&self) -> ListResourceDataSyncOutput
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 ListResourceDataSyncOutput
impl Debug for ListResourceDataSyncOutput
source§impl PartialEq<ListResourceDataSyncOutput> for ListResourceDataSyncOutput
impl PartialEq<ListResourceDataSyncOutput> for ListResourceDataSyncOutput
source§fn eq(&self, other: &ListResourceDataSyncOutput) -> bool
fn eq(&self, other: &ListResourceDataSyncOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListResourceDataSyncOutput
impl RequestId for ListResourceDataSyncOutput
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.