Class: Aws::Deadline::Types::SyncInputJobAttachmentsSessionActionDefinitionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of a synced job attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_idString

The step ID of the step in the job attachment.

Returns:

  • (String)


7956
7957
7958
7959
7960
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7956

class SyncInputJobAttachmentsSessionActionDefinitionSummary < Struct.new(
  :step_id)
  SENSITIVE = []
  include Aws::Structure
end