Class: Aws::Glue::Types::GetWorkflowRunPropertiesRequest

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

Name of the workflow which was run.

Returns:

  • (String)


12385
12386
12387
12388
12389
12390
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12385

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

#run_idString

The ID of the workflow run whose run properties should be returned.

Returns:

  • (String)


12385
12386
12387
12388
12389
12390
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12385

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