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

Class: Aws::Glue::Types::JobBookmarkEntry

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

Overview

Defines a point that a job can resume processing.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attemptInteger

The attempt ID number.

Returns:

  • (Integer)

    The attempt ID number.

#job_bookmarkString

The bookmark itself.

Returns:

  • (String)

    The bookmark itself.

#job_nameString

The name of the job in question.

Returns:

  • (String)

    The name of the job in question.

#previous_run_idString

The unique run identifier associated with the previous job run.

Returns:

  • (String)

    The unique run identifier associated with the previous job run.

#runInteger

The run ID number.

Returns:

  • (Integer)

    The run ID number.

#run_idString

The run ID number.

Returns:

  • (String)

    The run ID number.

#versionInteger

The version of the job.

Returns:

  • (Integer)

    The version of the job.