Class: Aws::GlueDataBrew::Types::UpdateRecipeJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateRecipeJobResponse
- 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 updated.
Instance Attribute Details
#name ⇒ String
The name of the job that you updated.
5396 5397 5398 5399 5400 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 5396 class UpdateRecipeJobResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |