class Aws::Glue::Types::PutWorkflowRunPropertiesRequest
@note When making an API call, you may pass PutWorkflowRunPropertiesRequest
data as a hash: { name: "NameString", # required run_id: "IdString", # required run_properties: { # required "IdString" => "GenericString", }, }
@!attribute [rw] name
Name of the workflow which was run. @return [String]
@!attribute [rw] run_id
The ID of the workflow run for which the run properties should be updated. @return [String]
@!attribute [rw] run_properties
The properties to put for the specified run. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutWorkflowRunPropertiesRequest AWS API Documentation
Constants
- SENSITIVE