#[non_exhaustive]pub struct ResourceDataSyncDestinationDataSharing { /* private fields */ }Expand description
Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.
Implementations§
source§impl ResourceDataSyncDestinationDataSharing
impl ResourceDataSyncDestinationDataSharing
sourcepub fn destination_data_sharing_type(&self) -> Option<&str>
pub fn destination_data_sharing_type(&self) -> Option<&str>
The sharing data type. Only Organization is supported.
source§impl ResourceDataSyncDestinationDataSharing
impl ResourceDataSyncDestinationDataSharing
sourcepub fn builder() -> ResourceDataSyncDestinationDataSharingBuilder
pub fn builder() -> ResourceDataSyncDestinationDataSharingBuilder
Creates a new builder-style object to manufacture ResourceDataSyncDestinationDataSharing.
Trait Implementations§
source§impl Clone for ResourceDataSyncDestinationDataSharing
impl Clone for ResourceDataSyncDestinationDataSharing
source§fn clone(&self) -> ResourceDataSyncDestinationDataSharing
fn clone(&self) -> ResourceDataSyncDestinationDataSharing
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<ResourceDataSyncDestinationDataSharing> for ResourceDataSyncDestinationDataSharing
impl PartialEq<ResourceDataSyncDestinationDataSharing> for ResourceDataSyncDestinationDataSharing
source§fn eq(&self, other: &ResourceDataSyncDestinationDataSharing) -> bool
fn eq(&self, other: &ResourceDataSyncDestinationDataSharing) -> bool
This method tests for
self and other values to be equal, and is used
by ==.