Class: Aws::Drs::Types::JobLog

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

A log outputted by a Job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

The event represents the type of a log.

Returns:

  • (String)


1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1386

class JobLog < Struct.new(
  :event,
  :event_data,
  :log_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_dataTypes::JobLogEventData

Metadata associated with a Job log.



1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1386

class JobLog < Struct.new(
  :event,
  :event_data,
  :log_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#log_date_timeString

The date and time the log was taken.

Returns:

  • (String)


1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1386

class JobLog < Struct.new(
  :event,
  :event_data,
  :log_date_time)
  SENSITIVE = []
  include Aws::Structure
end