Class: Aws::Types::BatchDeleteEvaluationJobItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:job_identifier])

Instance Attribute Summary collapse

Instance Attribute Details

#job_identifier::String

Returns the value of attribute job_identifier.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def job_identifier
  @job_identifier
end

#job_status"InProgress", ...

Returns the value of attribute job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped", "Deleting")


848
849
850
# File 'sig/types.rbs', line 848

def job_status
  @job_status
end