Class: Aws::SSM::Types::ResourceDataSyncAwsOrganizationsSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncAwsOrganizationsSource
- 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
-
#organization_source_type ⇒ String
If an Amazon Web Services organization is present, this is either ‘OrganizationalUnits` or `EntireOrganization`.
-
#organizational_units ⇒ Array<Types::ResourceDataSyncOrganizationalUnit>
The Organizations organization units included in the sync.
Instance Attribute Details
#organization_source_type ⇒ String
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.
16214 16215 16216 16217 16218 16219 |
# File 'lib/aws-sdk-ssm/types.rb', line 16214 class ResourceDataSyncAwsOrganizationsSource < Struct.new( :organization_source_type, :organizational_units) SENSITIVE = [] include Aws::Structure end |
#organizational_units ⇒ Array<Types::ResourceDataSyncOrganizationalUnit>
The Organizations organization units included in the sync.
16214 16215 16216 16217 16218 16219 |
# File 'lib/aws-sdk-ssm/types.rb', line 16214 class ResourceDataSyncAwsOrganizationsSource < Struct.new( :organization_source_type, :organizational_units) SENSITIVE = [] include Aws::Structure end |