Class: Aws::Deadline::Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The assigned session action definition for syncing input job attachments.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_id ⇒ String
The step ID for the assigned sync input job attachments session action.
Instance Attribute Details
#step_id ⇒ String
The step ID for the assigned sync input job attachments session action.
340 341 342 343 344 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 340 class AssignedSyncInputJobAttachmentsSessionActionDefinition < Struct.new( :step_id) SENSITIVE = [] include Aws::Structure end |