Class: Aws::GlueDataBrew::Types::DescribeJobRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the job being processed during this run.

Returns:

  • (String)


1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1404

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

#run_idString

The unique identifier of the job run.

Returns:

  • (String)


1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1404

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