Class: Aws::Mgn::Types::JobLog

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Job log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

Job log event.

Returns:

  • (String)


1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1845

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

#event_dataTypes::JobLogEventData

Job event data



1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1845

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

#log_date_timeString

Job log event date and time.

Returns:

  • (String)


1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1845

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