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)


20383
20384
20385
20386
20387
20388
# File 'lib/aws-sdk-glue/types.rb', line 20383

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.

Returns:

  • (Hash<String,String>)


20383
20384
20385
20386
20387
20388
# File 'lib/aws-sdk-glue/types.rb', line 20383

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