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.
1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-drs/types.rb', line 1126 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.
1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-drs/types.rb', line 1126 class JobLog < Struct.new( :event, :event_data, :log_date_time) SENSITIVE = [] include Aws::Structure end |