Class: Aws::Types::JobExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_number::Integer

Returns the value of attribute execution_number.

Returns:

  • (::Integer)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def execution_number
  @execution_number
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2834
2835
2836
# File 'sig/types.rbs', line 2834

def last_updated_at
  @last_updated_at
end

#queued_at::Time

Returns the value of attribute queued_at.

Returns:

  • (::Time)


2832
2833
2834
# File 'sig/types.rbs', line 2832

def queued_at
  @queued_at
end

#retry_attempt::Integer

Returns the value of attribute retry_attempt.

Returns:

  • (::Integer)


2836
2837
2838
# File 'sig/types.rbs', line 2836

def retry_attempt
  @retry_attempt
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def started_at
  @started_at
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "TIMED_OUT", "REJECTED", "REMOVED", "CANCELED")


2831
2832
2833
# File 'sig/types.rbs', line 2831

def status
  @status
end