Class: Aws::Types::JobDependency

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def job_id
  @job_id
end

#type"N_TO_N", "SEQUENTIAL"

Returns the value of attribute type.

Returns:

  • ("N_TO_N", "SEQUENTIAL")


942
943
944
# File 'sig/types.rbs', line 942

def type
  @type
end