Class: Aws::GlueDataBrew::Types::CreateProfileJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateProfileJobResponse
- 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 created.
Instance Attribute Details
#name ⇒ String
The name of the job that was created.
335 336 337 338 339 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 335 class CreateProfileJobResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |