Class: Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The task assessment report in JSON format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_results ⇒ String
The task assessment results in JSON format.
-
#assessment_results_file ⇒ String
The file containing the results of the task assessment.
-
#assessment_status ⇒ String
The status of the task assessment.
-
#replication_task_arn ⇒ String
The Amazon Resource Name (ARN) of the replication task.
-
#replication_task_identifier ⇒ String
The replication task identifier of the task on which the task assessment was run.
-
#replication_task_last_assessment_date ⇒ Time
The date the task assessment was completed.
-
#s3_object_url ⇒ String
The URL of the S3 object containing the task assessment results.
Instance Attribute Details
#assessment_results ⇒ String
The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11561 class ReplicationTaskAssessmentResult < Struct.new( :replication_task_identifier, :replication_task_arn, :replication_task_last_assessment_date, :assessment_status, :assessment_results_file, :assessment_results, :s3_object_url) SENSITIVE = [] include Aws::Structure end |
#assessment_results_file ⇒ String
The file containing the results of the task assessment.
11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11561 class ReplicationTaskAssessmentResult < Struct.new( :replication_task_identifier, :replication_task_arn, :replication_task_last_assessment_date, :assessment_status, :assessment_results_file, :assessment_results, :s3_object_url) SENSITIVE = [] include Aws::Structure end |
#assessment_status ⇒ String
The status of the task assessment.
11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11561 class ReplicationTaskAssessmentResult < Struct.new( :replication_task_identifier, :replication_task_arn, :replication_task_last_assessment_date, :assessment_status, :assessment_results_file, :assessment_results, :s3_object_url) SENSITIVE = [] include Aws::Structure end |
#replication_task_arn ⇒ String
The Amazon Resource Name (ARN) of the replication task.
11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11561 class ReplicationTaskAssessmentResult < Struct.new( :replication_task_identifier, :replication_task_arn, :replication_task_last_assessment_date, :assessment_status, :assessment_results_file, :assessment_results, :s3_object_url) SENSITIVE = [] include Aws::Structure end |
#replication_task_identifier ⇒ String
The replication task identifier of the task on which the task assessment was run.
11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11561 class ReplicationTaskAssessmentResult < Struct.new( :replication_task_identifier, :replication_task_arn, :replication_task_last_assessment_date, :assessment_status, :assessment_results_file, :assessment_results, :s3_object_url) SENSITIVE = [] include Aws::Structure end |
#replication_task_last_assessment_date ⇒ Time
The date the task assessment was completed.
11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11561 class ReplicationTaskAssessmentResult < Struct.new( :replication_task_identifier, :replication_task_arn, :replication_task_last_assessment_date, :assessment_status, :assessment_results_file, :assessment_results, :s3_object_url) SENSITIVE = [] include Aws::Structure end |
#s3_object_url ⇒ String
The URL of the S3 object containing the task assessment results.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11561 class ReplicationTaskAssessmentResult < Struct.new( :replication_task_identifier, :replication_task_arn, :replication_task_last_assessment_date, :assessment_status, :assessment_results_file, :assessment_results, :s3_object_url) SENSITIVE = [] include Aws::Structure end |