Method: Aws::Batch::Types::JobDependency#type
- Defined in:
- lib/aws-sdk-batch/types.rb
#type ⇒ String
The type of the job dependency.
5914 5915 5916 5917 5918 5919 |
# File 'lib/aws-sdk-batch/types.rb', line 5914 class JobDependency < Struct.new( :job_id, :type) SENSITIVE = [] include Aws::Structure end |