Class: Aws::Glue::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateJobResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The unique name that was provided for this job definition.
Instance Attribute Details
#name ⇒ String
The unique name that was provided for this job definition.
6119 6120 6121 6122 6123 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6119 class CreateJobResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |