Struct aws_sdk_databasemigration::model::ReplicationTaskAssessmentResult [−][src]
#[non_exhaustive]pub struct ReplicationTaskAssessmentResult {
pub replication_task_identifier: Option<String>,
pub replication_task_arn: Option<String>,
pub replication_task_last_assessment_date: Option<DateTime>,
pub assessment_status: Option<String>,
pub assessment_results_file: Option<String>,
pub assessment_results: Option<String>,
pub s3_object_url: Option<String>,
}
Expand description
The task assessment report in JSON format.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_task_identifier: Option<String>
The replication task identifier of the task on which the task assessment was run.
replication_task_arn: Option<String>
The Amazon Resource Name (ARN) of the replication task.
replication_task_last_assessment_date: Option<DateTime>
The date the task assessment was completed.
assessment_status: Option<String>
The status of the task assessment.
assessment_results_file: Option<String>
The file containing the results of the task assessment.
assessment_results: Option<String>
The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
s3_object_url: Option<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.
Implementations
The replication task identifier of the task on which the task assessment was run.
The Amazon Resource Name (ARN) of the replication task.
The date the task assessment was completed.
The status of the task assessment.
The file containing the results of the task assessment.
The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
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.
Creates a new builder-style object to manufacture ReplicationTaskAssessmentResult
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ReplicationTaskAssessmentResult
impl Sync for ReplicationTaskAssessmentResult
impl Unpin for ReplicationTaskAssessmentResult
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more