Class: Aws::Glue::Types::StopWorkflowRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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 stop.

Returns:

  • (String)


20638
20639
20640
20641
20642
20643
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20638

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

#run_idString

The ID of the workflow run to stop.

Returns:

  • (String)


20638
20639
20640
20641
20642
20643
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20638

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