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

Class: Aws::Kendra::Types::DataSourceSyncJobMetricTarget

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

Overview

Note:

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

{
  data_source_id: "DataSourceId", # required
  data_source_sync_job_id: "DataSourceSyncJobId", # required
}

Maps a particular data source sync job to a particular data source.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The ID of the data source that is running the sync job.

Returns:

  • (String)

    The ID of the data source that is running the sync job.

#data_source_sync_job_idString

The ID of the sync job that is running on the data source.

Returns:

  • (String)

    The ID of the sync job that is running on the data source.