Class: Aws::GlueDataBrew::Types::DescribeJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeJobRunRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the job being processed during this run.
-
#run_id ⇒ String
The unique identifier of the job run.
Instance Attribute Details
#name ⇒ String
The name of the job being processed during this run.
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_id ⇒ String
The unique identifier of the job run.
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 |