Class: Aws::Types::JobDependency

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.



1015
1016
1017
# File 'sig/types.rbs', line 1015

def job_id
  @job_id
end

#type"N_TO_N", "SEQUENTIAL"

Returns the value of attribute type.



1016
1017
1018
# File 'sig/types.rbs', line 1016

def type
  @type
end