You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::ResourceDataSyncAwsOrganizationsSource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResourceDataSyncAwsOrganizationsSource as input to an Aws::Client method, you can use a vanilla Hash:

{
  organization_source_type: "ResourceDataSyncOrganizationSourceType", # required
  organizational_units: [
    {
      organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
    },
  ],
}

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations or, if an AWS Organization is not present, from multiple AWS Regions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#organization_source_typeString

If an AWS 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 AWS Organization.

Returns:

  • (String)

    If an AWS Organization is present, this is either OrganizationalUnits or EntireOrganization.

#organizational_unitsArray<Types::ResourceDataSyncOrganizationalUnit>

The AWS Organizations organization units included in the sync.

Returns: