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

Class: Aws::SSM::Types::UpdateResourceDataSyncRequest

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

Overview

Note:

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

{
  sync_name: "ResourceDataSyncName", # required
  sync_type: "ResourceDataSyncType", # required
  sync_source: { # required
    source_type: "ResourceDataSyncSourceType", # required
    aws_organizations_source: {
      organization_source_type: "ResourceDataSyncOrganizationSourceType", # required
      organizational_units: [
        {
          organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
        },
      ],
    },
    source_regions: ["ResourceDataSyncSourceRegion"], # required
    include_future_regions: false,
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#sync_nameString

The name of the resource data sync you want to update.

Returns:

  • (String)

    The name of the resource data sync you want to update.

#sync_sourceTypes::ResourceDataSyncSource

Specify information about the data sources to synchronize.

Returns:

#sync_typeString

The type of resource data sync. The supported SyncType is SyncFromSource.

Returns:

  • (String)

    The type of resource data sync.