Class: Aws::Glue::Types::PutWorkflowRunPropertiesRequest

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

Name of the workflow which was run.

Returns:

  • (String)


17048
17049
17050
17051
17052
17053
17054
# File 'lib/aws-sdk-glue/types.rb', line 17048

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

#run_idString

The ID of the workflow run for which the run properties should be updated.

Returns:

  • (String)


17048
17049
17050
17051
17052
17053
17054
# File 'lib/aws-sdk-glue/types.rb', line 17048

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

#run_propertiesHash<String,String>

The properties to put for the specified run.

Returns:

  • (Hash<String,String>)


17048
17049
17050
17051
17052
17053
17054
# File 'lib/aws-sdk-glue/types.rb', line 17048

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