class Aws::Glue::Types::UpdateWorkflowRequest
@note When making an API call, you may pass UpdateWorkflowRequest
data as a hash: { name: "NameString", # required description: "GenericString", default_run_properties: { "IdString" => "GenericString", }, max_concurrent_runs: 1, }
@!attribute [rw] name
Name of the workflow to be updated. @return [String]
@!attribute [rw] description
The description of the workflow. @return [String]
@!attribute [rw] default_run_properties
A collection of properties to be used as part of each execution of the workflow. @return [Hash<String,String>]
@!attribute [rw] max_concurrent_runs
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateWorkflowRequest AWS API Documentation
Constants
- SENSITIVE