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_properties ⇒ Types::ConversionProperties
Properties of a conversion job.
-
#conversion_server_id ⇒ String
The ID of a conversion server.
-
#event_resource_data ⇒ Types::EventResourceData
Properties of resource related to a job event.
-
#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_properties ⇒ Types::ConversionProperties
Properties of a conversion job
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-drs/types.rb', line 1422 class JobLogEventData < Struct.new( :conversion_properties, :conversion_server_id, :event_resource_data, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#conversion_server_id ⇒ String
The ID of a conversion server.
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-drs/types.rb', line 1422 class JobLogEventData < Struct.new( :conversion_properties, :conversion_server_id, :event_resource_data, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#event_resource_data ⇒ Types::EventResourceData
Properties of resource related to a job event.
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-drs/types.rb', line 1422 class JobLogEventData < Struct.new( :conversion_properties, :conversion_server_id, :event_resource_data, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#raw_error ⇒ String
A string representing a job error.
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-drs/types.rb', line 1422 class JobLogEventData < Struct.new( :conversion_properties, :conversion_server_id, :event_resource_data, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
The ID of a Source Server.
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-drs/types.rb', line 1422 class JobLogEventData < Struct.new( :conversion_properties, :conversion_server_id, :event_resource_data, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |
#target_instance_id ⇒ String
The ID of a Recovery Instance.
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-drs/types.rb', line 1422 class JobLogEventData < Struct.new( :conversion_properties, :conversion_server_id, :event_resource_data, :raw_error, :source_server_id, :target_instance_id) SENSITIVE = [] include Aws::Structure end |