Class: Aws::Types::JobLog

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event ⇒ "JOB_START", ...

Returns the value of attribute event.

Returns:

  • ("JOB_START", "SERVER_SKIPPED", "CLEANUP_START", "CLEANUP_END", "CLEANUP_FAIL", "SNAPSHOT_START", "SNAPSHOT_END", "SNAPSHOT_FAIL", "USING_PREVIOUS_SNAPSHOT", "CONVERSION_START", "CONVERSION_END", "CONVERSION_FAIL", "LAUNCH_START", "LAUNCH_FAILED", "JOB_CANCEL", "JOB_END")


654
655
656
# File 'sig/types.rbs', line 654

def event
  @event
end

#event_data ⇒ Types::JobLogEventData

Returns the value of attribute event_data.



655
656
657
# File 'sig/types.rbs', line 655

def event_data
  @event_data
end

#log_date_time ⇒ ::String

Returns the value of attribute log_date_time.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def log_date_time
  @log_date_time
end