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.
6639 6640 6641 6642 6643 |
# File 'lib/aws-sdk-deadline/types.rb', line 6639 class JobDetailsIdentifiers < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |