Class: Aws::Types::JobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



6927
6928
6929
# File 'sig/types.rbs', line 6927

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



6929
6930
6931
# File 'sig/types.rbs', line 6929

def end_time
  @end_time
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:



6922
6923
6924
# File 'sig/types.rbs', line 6922

def job_arn
  @job_arn
end

#job_category"AgentRFT", "AgentRFTEvaluation"

Returns the value of attribute job_category.

Returns:



6924
6925
6926
# File 'sig/types.rbs', line 6924

def job_category
  @job_category
end

#job_name::String

Returns the value of attribute job_name.

Returns:



6923
6924
6925
# File 'sig/types.rbs', line 6923

def job_name
  @job_name
end

#job_secondary_status"Starting", ...

Returns the value of attribute job_secondary_status.

Returns:



6926
6927
6928
# File 'sig/types.rbs', line 6926

def job_secondary_status
  @job_secondary_status
end

#job_status"InProgress", ...

Returns the value of attribute job_status.

Returns:



6925
6926
6927
# File 'sig/types.rbs', line 6925

def job_status
  @job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



6928
6929
6930
# File 'sig/types.rbs', line 6928

def last_modified_time
  @last_modified_time
end