Class: Aws::GlueDataBrew::Types::UpdateProfileJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateProfileJobResponse
- 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 was updated.
Instance Attribute Details
#name ⇒ String
The name of the job that was updated.
3903 3904 3905 3906 3907 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3903 class UpdateProfileJobResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |