Class: Aws::Drs::Types::JobLog
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::JobLog
- 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
-
#event ⇒ String
The event represents the type of a log.
-
#event_data ⇒ Types::JobLogEventData
Metadata associated with a Job log.
-
#log_date_time ⇒ String
The date and time the log was taken.
Instance Attribute Details
#event ⇒ String
The event represents the type of a log.
1386 1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-drs/types.rb', line 1386 class JobLog < Struct.new( :event, :event_data, :log_date_time) SENSITIVE = [] include Aws::Structure end |
#event_data ⇒ Types::JobLogEventData
Metadata associated with a Job log.
1386 1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-drs/types.rb', line 1386 class JobLog < Struct.new( :event, :event_data, :log_date_time) SENSITIVE = [] include Aws::Structure end |