You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The task assessment report in JSON format.

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_resultsString

The task assessment results in JSON format.

Returns:

  • (String)

    The task assessment results in JSON format.

#assessment_results_fileString

The file containing the results of the task assessment.

Returns:

  • (String)

    The file containing the results of the task assessment.

#assessment_statusString

The status of the task assessment.

Returns:

  • (String)

    The status of the task assessment.

#replication_task_arnString

The Amazon Resource Name (ARN) of the replication task.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the replication task.

#replication_task_identifierString

The replication task identifier of the task on which the task assessment was run.

Returns:

  • (String)

    The replication task identifier of the task on which the task assessment was run.

#replication_task_last_assessment_dateTime

The date the task assessment was completed.

Returns:

  • (Time)

    The date the task assessment was completed.

#s3_object_urlString

The URL of the S3 object containing the task assessment results.

Returns:

  • (String)

    The URL of the S3 object containing the task assessment results.