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.
1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1805 class JobLog < Struct.new( :event, :event_data, :log_date_time) SENSITIVE = [] include Aws::Structure end |
#event_data ⇒ Types::JobLogEventData
Job event data
1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1805 class JobLog < Struct.new( :event, :event_data, :log_date_time) SENSITIVE = [] include Aws::Structure end |