#[non_exhaustive]pub struct ResourceDataSyncAwsOrganizationsSource { /* private fields */ }
Expand description
Information about the AwsOrganizationsSource
resource data sync source. A sync source of this type can synchronize data from Organizations or, if an Amazon Web Services organization isn't present, from multiple Amazon Web Services Regions.
Implementations§
source§impl ResourceDataSyncAwsOrganizationsSource
impl ResourceDataSyncAwsOrganizationsSource
sourcepub fn organization_source_type(&self) -> Option<&str>
pub fn organization_source_type(&self) -> Option<&str>
If an Amazon Web Services organization is present, this is either OrganizationalUnits
or EntireOrganization
. For OrganizationalUnits
, the data is aggregated from a set of organization units. For EntireOrganization
, the data is aggregated from the entire Amazon Web Services organization.
sourcepub fn organizational_units(
&self
) -> Option<&[ResourceDataSyncOrganizationalUnit]>
pub fn organizational_units( &self ) -> Option<&[ResourceDataSyncOrganizationalUnit]>
The Organizations organization units included in the sync.
source§impl ResourceDataSyncAwsOrganizationsSource
impl ResourceDataSyncAwsOrganizationsSource
sourcepub fn builder() -> ResourceDataSyncAwsOrganizationsSourceBuilder
pub fn builder() -> ResourceDataSyncAwsOrganizationsSourceBuilder
Creates a new builder-style object to manufacture ResourceDataSyncAwsOrganizationsSource
.
Trait Implementations§
source§impl Clone for ResourceDataSyncAwsOrganizationsSource
impl Clone for ResourceDataSyncAwsOrganizationsSource
source§fn clone(&self) -> ResourceDataSyncAwsOrganizationsSource
fn clone(&self) -> ResourceDataSyncAwsOrganizationsSource
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<ResourceDataSyncAwsOrganizationsSource> for ResourceDataSyncAwsOrganizationsSource
impl PartialEq<ResourceDataSyncAwsOrganizationsSource> for ResourceDataSyncAwsOrganizationsSource
source§fn eq(&self, other: &ResourceDataSyncAwsOrganizationsSource) -> bool
fn eq(&self, other: &ResourceDataSyncAwsOrganizationsSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResourceDataSyncAwsOrganizationsSource
Auto Trait Implementations§
impl RefUnwindSafe for ResourceDataSyncAwsOrganizationsSource
impl Send for ResourceDataSyncAwsOrganizationsSource
impl Sync for ResourceDataSyncAwsOrganizationsSource
impl Unpin for ResourceDataSyncAwsOrganizationsSource
impl UnwindSafe for ResourceDataSyncAwsOrganizationsSource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more