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