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.
27145 27146 27147 27148 27149 |
# File 'lib/aws-sdk-glue/types.rb', line 27145 class StartJobRunResponse < Struct.new( :job_run_id) SENSITIVE = [] include Aws::Structure end |