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