Class: Aws::Types::BatchJobDependency

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)


38
39
40
# File 'sig/types.rbs', line 38

def job_id
  @job_id
end

#type"N_TO_N", "SEQUENTIAL"

Returns the value of attribute type.

Returns:

  • ("N_TO_N", "SEQUENTIAL")


39
40
41
# File 'sig/types.rbs', line 39

def type
  @type
end