#[non_exhaustive]pub struct ReplicationTaskAssessmentResult { /* private fields */ }
Expand description
The task assessment report in JSON format.
Implementations§
source§impl ReplicationTaskAssessmentResult
impl ReplicationTaskAssessmentResult
sourcepub fn replication_task_identifier(&self) -> Option<&str>
pub fn replication_task_identifier(&self) -> Option<&str>
The replication task identifier of the task on which the task assessment was run.
sourcepub fn replication_task_arn(&self) -> Option<&str>
pub fn replication_task_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the replication task.
sourcepub fn replication_task_last_assessment_date(&self) -> Option<&DateTime>
pub fn replication_task_last_assessment_date(&self) -> Option<&DateTime>
The date the task assessment was completed.
sourcepub fn assessment_status(&self) -> Option<&str>
pub fn assessment_status(&self) -> Option<&str>
The status of the task assessment.
sourcepub fn assessment_results_file(&self) -> Option<&str>
pub fn assessment_results_file(&self) -> Option<&str>
The file containing the results of the task assessment.
sourcepub fn assessment_results(&self) -> Option<&str>
pub fn assessment_results(&self) -> Option<&str>
The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn
in the request.
sourcepub fn s3_object_url(&self) -> Option<&str>
pub fn s3_object_url(&self) -> Option<&str>
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.
source§impl ReplicationTaskAssessmentResult
impl ReplicationTaskAssessmentResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicationTaskAssessmentResult
.
Trait Implementations§
source§impl Clone for ReplicationTaskAssessmentResult
impl Clone for ReplicationTaskAssessmentResult
source§fn clone(&self) -> ReplicationTaskAssessmentResult
fn clone(&self) -> ReplicationTaskAssessmentResult
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<ReplicationTaskAssessmentResult> for ReplicationTaskAssessmentResult
impl PartialEq<ReplicationTaskAssessmentResult> for ReplicationTaskAssessmentResult
source§fn eq(&self, other: &ReplicationTaskAssessmentResult) -> bool
fn eq(&self, other: &ReplicationTaskAssessmentResult) -> bool
self
and other
values to be equal, and is used
by ==
.