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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_source_typeString

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.

Returns:

  • (String)


15847
15848
15849
15850
15851
15852
# File 'lib/aws-sdk-ssm/types.rb', line 15847

class ResourceDataSyncAwsOrganizationsSource < Struct.new(
  :organization_source_type,
  :organizational_units)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unitsArray<Types::ResourceDataSyncOrganizationalUnit>

The Organizations organization units included in the sync.



15847
15848
15849
15850
15851
15852
# File 'lib/aws-sdk-ssm/types.rb', line 15847

class ResourceDataSyncAwsOrganizationsSource < Struct.new(
  :organization_source_type,
  :organizational_units)
  SENSITIVE = []
  include Aws::Structure
end