Class: Aws::GlueDataBrew::Types::StartJobRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the job to be run.

Returns:

  • (String)


3565
3566
3567
3568
3569
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3565

class StartJobRunRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end