Class: Aws::Deadline::Types::SyncInputJobAttachmentsSessionActionDefinition

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

Instance Attribute Details

#step_idString

The step ID for the step in the job attachment.

Returns:

  • (String)


7942
7943
7944
7945
7946
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7942

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