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

Class: Aws::GlueDataBrew::Types::JobRun

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

Overview

Represents one run of an AWS Glue DataBrew job.

Instance Attribute Summary collapse

Instance Attribute Details

#attemptInteger

The number of times that DataBrew has attempted to run the job.

Returns:

  • (Integer)

    The number of times that DataBrew has attempted to run the job.

#completed_onTime

The date and time when the job completed processing.

Returns:

  • (Time)

    The date and time when the job completed processing.

#dataset_nameString

The name of the dataset for the job to process.

Returns:

  • (String)

    The name of the dataset for the job to process.

#error_messageString

A message indicating an error (if any) that was encountered when the job ran.

Returns:

  • (String)

    A message indicating an error (if any) that was encountered when the job ran.

#execution_timeInteger

The amount of time, in seconds, during which a job run consumed resources.

Returns:

  • (Integer)

    The amount of time, in seconds, during which a job run consumed resources.

#job_nameString

The name of the job being processed during this run.

Returns:

  • (String)

    The name of the job being processed during this run.

#log_group_nameString

The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

Returns:

  • (String)

    The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

#log_subscriptionString

The current status of Amazon CloudWatch logging for the job run.

Possible values:

  • ENABLE
  • DISABLE

Returns:

  • (String)

    The current status of Amazon CloudWatch logging for the job run.

#outputsArray<Types::Output>

One or more output artifacts from a job run.

Returns:

  • (Array<Types::Output>)

    One or more output artifacts from a job run.

#recipe_referenceTypes::RecipeReference

The set of steps processed by the job.

Returns:

#run_idString

The unique identifier of the job run.

Returns:

  • (String)

    The unique identifier of the job run.

#started_byString

The identifier (the user name) of the user who initiated the job run.

Returns:

  • (String)

    The identifier (the user name) of the user who initiated the job run.

#started_onTime

The date and time when the job run began.

Returns:

  • (Time)

    The date and time when the job run began.

#stateString

The current state of the job run entity itself.

Possible values:

  • STARTING
  • RUNNING
  • STOPPING
  • STOPPED
  • SUCCEEDED
  • FAILED
  • TIMEOUT

Returns:

  • (String)

    The current state of the job run entity itself.