Class: Aws::GlueDataBrew::Types::StartJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StartJobRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
A system-generated identifier for this particular job run.
Instance Attribute Details
#run_id ⇒ String
A system-generated identifier for this particular job run.
3577 3578 3579 3580 3581 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3577 class StartJobRunResponse < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |