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

Class: Aws::Glue::Types::ExecutionProperty

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

Overview

Note:

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

{
  max_concurrent_runs: 1,
}

An execution property of a job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_concurrent_runsInteger

The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

Returns:

  • (Integer)

    The maximum number of concurrent runs allowed for the job.