Class: Aws::Types::BatchStopJobRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def job_name
  @job_name
end

#job_run_ids::Array[::String]

Returns the value of attribute job_run_ids.

Returns:

  • (::Array[::String])


471
472
473
# File 'sig/types.rbs', line 471

def job_run_ids
  @job_run_ids
end