Class: Aws::Glue::Types::StartJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartJobRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_run_id ⇒ String
The ID assigned to this job run.
Instance Attribute Details
#job_run_id ⇒ String
The ID assigned to this job run.
21820 21821 21822 21823 21824 |
# File 'lib/aws-sdk-glue/types.rb', line 21820 class StartJobRunResponse < Struct.new( :job_run_id) SENSITIVE = [] include Aws::Structure end |