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

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

Overview

Job log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event ⇒ String

Job log event.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
# File 'lib/aws-sdk-mgn/types.rb', line 2166

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

#event_data ⇒ Types::JobLogEventData

Job event data



2166
2167
2168
2169
2170
2171
2172
# File 'lib/aws-sdk-mgn/types.rb', line 2166

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

#log_date_time ⇒ String

Job log event date and time.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
# File 'lib/aws-sdk-mgn/types.rb', line 2166

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