Class: Aws::GlueDataBrew::Types::CreateRecipeJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateRecipeJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the job that you created.
Instance Attribute Details
#name ⇒ String
The name of the job that you created.
496 497 498 499 500 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 496 class CreateRecipeJobResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |