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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-drs/types.rb', line 1132

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

#event_dataTypes::JobLogEventData

Metadata associated with a Job log.



1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-drs/types.rb', line 1132

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)


1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-drs/types.rb', line 1132

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