pub struct AwsOrganizationsSource {
pub organization_source_type: Value<String>,
pub organizational_units: Option<ValueList<String>>,
}Expand description
The AWS::SSM::ResourceDataSync.AwsOrganizationsSource property type.
Fields§
§organization_source_type: Value<String>Property OrganizationSourceType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
organizational_units: Option<ValueList<String>>Property OrganizationalUnits.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for AwsOrganizationsSource
impl Debug for AwsOrganizationsSource
Source§impl Default for AwsOrganizationsSource
impl Default for AwsOrganizationsSource
Source§fn default() -> AwsOrganizationsSource
fn default() -> AwsOrganizationsSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AwsOrganizationsSource
impl RefUnwindSafe for AwsOrganizationsSource
impl Send for AwsOrganizationsSource
impl Sync for AwsOrganizationsSource
impl Unpin for AwsOrganizationsSource
impl UnwindSafe for AwsOrganizationsSource
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