Class: Aws::GlueDataBrew::Types::DescribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeJobRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/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
-
#name ⇒ String
The name of the job to be described.
Instance Attribute Details
#name ⇒ String
The name of the job to be described.
1811 1812 1813 1814 1815 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1811 class DescribeJobRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |