Class: Aws::Types::JobDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_defined_in_job"TRUE", ...

Returns the value of attribute is_defined_in_job.

Returns:

  • ("TRUE", "FALSE", "UNKNOWN")


1075
1076
1077
# File 'sig/types.rbs', line 1075

def is_defined_in_job
  @is_defined_in_job
end

#is_monitored_by_job"TRUE", ...

Returns the value of attribute is_monitored_by_job.

Returns:

  • ("TRUE", "FALSE", "UNKNOWN")


1076
1077
1078
# File 'sig/types.rbs', line 1076

def is_monitored_by_job
  @is_monitored_by_job
end

#last_job_id::String

Returns the value of attribute last_job_id.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def last_job_id
  @last_job_id
end

#last_job_run_time::Time

Returns the value of attribute last_job_run_time.

Returns:

  • (::Time)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def last_job_run_time
  @last_job_run_time
end