Class: Aws::Drs::Types::JobLogEventData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::JobLogEventData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Metadata associated with a Job log.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversion_server_id ⇒ String
The ID of a conversion server.
-
#raw_error ⇒ String
A string representing a job error.
-
#source_server_id ⇒ String
The ID of a Source Server.
-
#target_instance_id ⇒ String
The ID of a Recovery Instance.
Instance Attribute Details
#conversion_server_id ⇒ String
The ID of a conversion server.
1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-drs/types.rb', line 1154 class JobLogEventData < Struct.new( :conversion_server_id, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#raw_error ⇒ String
A string representing a job error.
1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-drs/types.rb', line 1154 class JobLogEventData < Struct.new( :conversion_server_id, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
The ID of a Source Server.
1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-drs/types.rb', line 1154 class JobLogEventData < Struct.new( :conversion_server_id, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#target_instance_id ⇒ String
The ID of a Recovery Instance.
1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-drs/types.rb', line 1154 class JobLogEventData < Struct.new( :conversion_server_id, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |