Class: Aws::Mgn::Types::JobLog
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::JobLog
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Job log.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event ⇒ String
Job log event.
-
#event_data ⇒ Types::JobLogEventData
Job event data.
-
#log_date_time ⇒ String
Job log event date and time.
Instance Attribute Details
#event ⇒ String
Job log event.
2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2098 class JobLog < Struct.new( :log_date_time, :event, :event_data) SENSITIVE = [] include Aws::Structure end |
#event_data ⇒ Types::JobLogEventData
Job event data
2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2098 class JobLog < Struct.new( :log_date_time, :event, :event_data) SENSITIVE = [] include Aws::Structure end |