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:



80
81
82
# File 'sig/types.rbs', line 80

def approximate_seconds_before_timed_out
  @approximate_seconds_before_timed_out
end

#execution_number::Integer

Returns the value of attribute execution_number.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def execution_number
  @execution_number
end

#job_document::String

Returns the value of attribute job_document.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def job_document
  @job_document
end

#job_id::String

Returns the value of attribute job_id.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def job_id
  @job_id
end

#last_updated_at::Integer

Returns the value of attribute last_updated_at.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def last_updated_at
  @last_updated_at
end

#queued_at::Integer

Returns the value of attribute queued_at.

Returns:



77
78
79
# File 'sig/types.rbs', line 77

def queued_at
  @queued_at
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def started_at
  @started_at
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def status
  @status
end

#status_details::Hash[::String, ::String]

Returns the value of attribute status_details.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def status_details
  @status_details
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def thing_name
  @thing_name
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def version_number
  @version_number
end