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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/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 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3565

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