Class: Aws::Glue::Types::StartWorkflowRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the workflow to start.

Returns:

  • (String)


24219
24220
24221
24222
24223
24224
# File 'lib/aws-sdk-glue/types.rb', line 24219

class StartWorkflowRunRequest < Struct.new(
  :name,
  :run_properties)
  SENSITIVE = []
  include Aws::Structure
end

#run_propertiesHash<String,String>

The workflow run properties for the new workflow run.

Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run.

Returns:

  • (Hash<String,String>)


24219
24220
24221
24222
24223
24224
# File 'lib/aws-sdk-glue/types.rb', line 24219

class StartWorkflowRunRequest < Struct.new(
  :name,
  :run_properties)
  SENSITIVE = []
  include Aws::Structure
end