Class: Aws::GlueDataBrew::Types::DescribeJobRequest

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

Overview

Note:

When making an API call, you may pass DescribeJobRequest data as a hash:

{
  name: "JobName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the job to be described.

Returns:

  • (String)


1810
1811
1812
1813
1814
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1810

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