class Aws::GlueDataBrew::Types::DescribeJobRunResponse
@!attribute [rw] attempt
The number of times that DataBrew has attempted to run the job. @return [Integer]
@!attribute [rw] completed_on
The date and time when the job completed processing. @return [Time]
@!attribute [rw] dataset_name
The name of the dataset for the job to process. @return [String]
@!attribute [rw] error_message
A message indicating an error (if any) that was encountered when the job ran. @return [String]
@!attribute [rw] execution_time
The amount of time, in seconds, during which the job run consumed resources. @return [Integer]
@!attribute [rw] job_name
The name of the job being processed during this run. @return [String]
@!attribute [rw] profile_configuration
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings. @return [Types::ProfileConfiguration]
@!attribute [rw] run_id
The unique identifier of the job run. @return [String]
@!attribute [rw] state
The current state of the job run entity itself. @return [String]
@!attribute [rw] log_subscription
The current status of Amazon CloudWatch logging for the job run. @return [String]
@!attribute [rw] log_group_name
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs. @return [String]
@!attribute [rw] outputs
One or more output artifacts from a job run. @return [Array<Types::Output>]
@!attribute [rw] data_catalog_outputs
One or more artifacts that represent the Glue Data Catalog output from running the job. @return [Array<Types::DataCatalogOutput>]
@!attribute [rw] database_outputs
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into. @return [Array<Types::DatabaseOutput>]
@!attribute [rw] recipe_reference
Represents the name and version of a DataBrew recipe. @return [Types::RecipeReference]
@!attribute [rw] started_by
The Amazon Resource Name (ARN) of the user who started the job run. @return [String]
@!attribute [rw] started_on
The date and time when the job run began. @return [Time]
@!attribute [rw] job_sample
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM\_ROWS for the mode parameter and 20000 for the size parameter. @return [Types::JobSample]
@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/DescribeJobRunResponse AWS API Documentation
Constants
- SENSITIVE