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

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def created_by
  @created_by
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def ended_at
  @ended_at
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def job_id
  @job_id
end

#lifecycle_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute lifecycle_status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "UPLOAD_IN_PROGRESS", "UPLOAD_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_SUCCEEDED", "ARCHIVED")


1913
1914
1915
# File 'sig/types.rbs', line 1913

def lifecycle_status
  @lifecycle_status
end

#lifecycle_status_message::String

Returns the value of attribute lifecycle_status_message.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def lifecycle_status_message
  @lifecycle_status_message
end

#max_failed_tasks_count::Integer

Returns the value of attribute max_failed_tasks_count.

Returns:

  • (::Integer)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def max_failed_tasks_count
  @max_failed_tasks_count
end

#max_retries_per_task::Integer

Returns the value of attribute max_retries_per_task.

Returns:

  • (::Integer)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def max_retries_per_task
  @max_retries_per_task
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def max_worker_count
  @max_worker_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def priority
  @priority
end

#source_job_id::String

Returns the value of attribute source_job_id.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def source_job_id
  @source_job_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def started_at
  @started_at
end

#target_task_run_status"READY", ...

Returns the value of attribute target_task_run_status.

Returns:

  • ("READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING")


1923
1924
1925
# File 'sig/types.rbs', line 1923

def target_task_run_status
  @target_task_run_status
end

#task_failure_retry_count::Integer

Returns the value of attribute task_failure_retry_count.

Returns:

  • (::Integer)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def task_failure_retry_count
  @task_failure_retry_count
end

#task_run_status"PENDING", ...

Returns the value of attribute task_run_status.

Returns:

  • ("PENDING", "READY", "ASSIGNED", "STARTING", "SCHEDULED", "INTERRUPTING", "RUNNING", "SUSPENDED", "CANCELED", "FAILED", "SUCCEEDED", "NOT_COMPATIBLE")


1922
1923
1924
# File 'sig/types.rbs', line 1922

def task_run_status
  @task_run_status
end

#task_run_status_counts::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]

Returns the value of attribute task_run_status_counts.

Returns:

  • (::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer])


1924
1925
1926
# File 'sig/types.rbs', line 1924

def task_run_status_counts
  @task_run_status_counts
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def updated_by
  @updated_by
end