Class: Aws::Types::LastRecorderStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_status_details::String

Returns the value of attribute job_status_details.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def job_status_details
  @job_status_details
end

#last_collected_time::Time

Returns the value of attribute last_collected_time.

Returns:

  • (::Time)


288
289
290
# File 'sig/types.rbs', line 288

def last_collected_time
  @last_collected_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


289
290
291
# File 'sig/types.rbs', line 289

def last_updated_time
  @last_updated_time
end

#recorder_status"SUCCESS", ...

Returns the value of attribute recorder_status.

Returns:

  • ("SUCCESS", "USER_ERROR", "SYSTEM_ERROR")


290
291
292
# File 'sig/types.rbs', line 290

def recorder_status
  @recorder_status
end