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)


100
101
102
# File 'sig/types.rbs', line 100

def execution_number
  @execution_number
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def job_id
  @job_id
end

#last_updated_at::Integer

Returns the value of attribute last_updated_at.

Returns:

  • (::Integer)


98
99
100
# File 'sig/types.rbs', line 98

def last_updated_at
  @last_updated_at
end

#queued_at::Integer

Returns the value of attribute queued_at.

Returns:

  • (::Integer)


96
97
98
# File 'sig/types.rbs', line 96

def queued_at
  @queued_at
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


97
98
99
# File 'sig/types.rbs', line 97

def started_at
  @started_at
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


99
100
101
# File 'sig/types.rbs', line 99

def version_number
  @version_number
end