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

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 stop.

Returns:

  • (String)


22353
22354
22355
22356
22357
22358
# File 'lib/aws-sdk-glue/types.rb', line 22353

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

#run_idString

The ID of the workflow run to stop.

Returns:

  • (String)


22353
22354
22355
22356
22357
22358
# File 'lib/aws-sdk-glue/types.rb', line 22353

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