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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#step_idString

The step ID of the step in the job attachment.

Returns:

  • (String)


8171
8172
8173
8174
8175
# File 'lib/aws-sdk-deadline/types.rb', line 8171

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