Class: Aws::Types::JobAttachmentDetailsEntity
- Inherits:
-
Object
- Object
- Aws::Types::JobAttachmentDetailsEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ Types::Attachments
Returns the value of attribute attachments.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#attachments ⇒ Types::Attachments
Returns the value of attribute attachments.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def @attachments end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def job_id @job_id end |