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)


474
475
476
# File 'sig/types.rbs', line 474

def job_name
  @job_name
end

#job_run_ids::Array[::String]

Returns the value of attribute job_run_ids.

Returns:

  • (::Array[::String])


475
476
477
# File 'sig/types.rbs', line 475

def job_run_ids
  @job_run_ids
end