Class: Aws::GlueDataBrew::Types::CreateRecipeJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateRecipeJobResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/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 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 496 class CreateRecipeJobResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |