Class: Aws::Deadline::Types::JobAttachmentDetailsIdentifiers
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::JobAttachmentDetailsIdentifiers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Identifier details for job attachments.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID.
Instance Attribute Details
#job_id ⇒ String
The job ID.
6661 6662 6663 6664 6665 |
# File 'lib/aws-sdk-deadline/types.rb', line 6661 class JobAttachmentDetailsIdentifiers < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |