Class: Aws::Deadline::Types::JobDetailsIdentifiers
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::JobDetailsIdentifiers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The identifiers for a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID.
Instance Attribute Details
#job_id ⇒ String
The job ID.
4399 4400 4401 4402 4403 |
# File 'lib/aws-sdk-deadline/types.rb', line 4399 class JobDetailsIdentifiers < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |