Class: Aws::Deadline::Types::SyncInputJobAttachmentsSessionActionDefinitionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SyncInputJobAttachmentsSessionActionDefinitionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a synced job attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_id ⇒ String
The step ID of the step in the job attachment.
Instance Attribute Details
#step_id ⇒ String
The step ID of the step in the job attachment.
8232 8233 8234 8235 8236 |
# File 'lib/aws-sdk-deadline/types.rb', line 8232 class SyncInputJobAttachmentsSessionActionDefinitionSummary < Struct.new( :step_id) SENSITIVE = [] include Aws::Structure end |