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 job attachment in a session action to sync.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_id ⇒ String
The step ID for the step in the job attachment.
Instance Attribute Details
#step_id ⇒ String
The step ID for the step in the job attachment.
8218 8219 8220 8221 8222 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8218 class SyncInputJobAttachmentsSessionActionDefinition < Struct.new( :step_id) SENSITIVE = [] include Aws::Structure end |