ResourceDataSyncAwsOrganizationsSource
public struct ResourceDataSyncAwsOrganizationsSource : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The AWS Organizations organization units included in the sync. DeclarationSwift public let organizationalUnits: [ResourceDataSyncOrganizationalUnit]?
- 
                  
                  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. DeclarationSwift public let organizationSourceType: String
- 
                  
                  Undocumented DeclarationSwift public init(organizationalUnits: [ResourceDataSyncOrganizationalUnit]? = nil, organizationSourceType: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub ResourceDataSyncAwsOrganizationsSource Structure Reference
        ResourceDataSyncAwsOrganizationsSource Structure Reference