Class: Aws::Types::JobExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_seconds_before_timed_out::Integer

Returns the value of attribute approximate_seconds_before_timed_out.

Returns:

  • (::Integer)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def approximate_seconds_before_timed_out
  @approximate_seconds_before_timed_out
end

#execution_number::Integer

Returns the value of attribute execution_number.

Returns:

  • (::Integer)


2819
2820
2821
# File 'sig/types.rbs', line 2819

def execution_number
  @execution_number
end

#force_canceledBoolean

Returns the value of attribute force_canceled.

Returns:

  • (Boolean)


2813
2814
2815
# File 'sig/types.rbs', line 2813

def force_canceled
  @force_canceled
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2811
2812
2813
# File 'sig/types.rbs', line 2811

def job_id
  @job_id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2818
2819
2820
# File 'sig/types.rbs', line 2818

def last_updated_at
  @last_updated_at
end

#queued_at::Time

Returns the value of attribute queued_at.

Returns:

  • (::Time)


2816
2817
2818
# File 'sig/types.rbs', line 2816

def queued_at
  @queued_at
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2817
2818
2819
# File 'sig/types.rbs', line 2817

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")


2812
2813
2814
# File 'sig/types.rbs', line 2812

def status
  @status
end

#status_detailsTypes::JobExecutionStatusDetails

Returns the value of attribute status_details.



2814
2815
2816
# File 'sig/types.rbs', line 2814

def status_details
  @status_details
end

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


2815
2816
2817
# File 'sig/types.rbs', line 2815

def thing_arn
  @thing_arn
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


2820
2821
2822
# File 'sig/types.rbs', line 2820

def version_number
  @version_number
end