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)


948
949
950
# File 'sig/types.rbs', line 948

def job_id
  @job_id
end

#type"N_TO_N", "SEQUENTIAL"

Returns the value of attribute type.

Returns:

  • ("N_TO_N", "SEQUENTIAL")


949
950
951
# File 'sig/types.rbs', line 949

def type
  @type
end