Class: Aws::Mgn::Types::JobLogEventData

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

Overview

Job log data

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_countInteger

Retries for this operation.

Returns:



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-mgn/types.rb', line 2135

class JobLogEventData < Struct.new(
  :source_server_id,
  :conversion_server_id,
  :target_instance_id,
  :raw_error,
  :attempt_count,
  :max_attempts_count)
  SENSITIVE = []
  include Aws::Structure
end

#conversion_server_idString

Job Event conversion Server ID.

Returns:



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-mgn/types.rb', line 2135

class JobLogEventData < Struct.new(
  :source_server_id,
  :conversion_server_id,
  :target_instance_id,
  :raw_error,
  :attempt_count,
  :max_attempts_count)
  SENSITIVE = []
  include Aws::Structure
end

#max_attempts_countInteger

The maximum number of retries that will be attempted if this operation failed.

Returns:



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-mgn/types.rb', line 2135

class JobLogEventData < Struct.new(
  :source_server_id,
  :conversion_server_id,
  :target_instance_id,
  :raw_error,
  :attempt_count,
  :max_attempts_count)
  SENSITIVE = []
  include Aws::Structure
end

#raw_errorString

Job error.

Returns:



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-mgn/types.rb', line 2135

class JobLogEventData < Struct.new(
  :source_server_id,
  :conversion_server_id,
  :target_instance_id,
  :raw_error,
  :attempt_count,
  :max_attempts_count)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

Job Event Source Server ID.

Returns:



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-mgn/types.rb', line 2135

class JobLogEventData < Struct.new(
  :source_server_id,
  :conversion_server_id,
  :target_instance_id,
  :raw_error,
  :attempt_count,
  :max_attempts_count)
  SENSITIVE = []
  include Aws::Structure
end

#target_instance_idString

Job Event Target instance ID.

Returns:



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-mgn/types.rb', line 2135

class JobLogEventData < Struct.new(
  :source_server_id,
  :conversion_server_id,
  :target_instance_id,
  :raw_error,
  :attempt_count,
  :max_attempts_count)
  SENSITIVE = []
  include Aws::Structure
end