Struct aws_sdk_databasemigration::model::replication_task_assessment_result::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReplicationTaskAssessmentResult
Implementations
The replication task identifier of the task on which the task assessment was run.
The replication task identifier of the task on which the task assessment was run.
The Amazon Resource Name (ARN) of the replication task.
The Amazon Resource Name (ARN) of the replication task.
The date the task assessment was completed.
The date the task assessment was completed.
The status of the task assessment.
The status of the task assessment.
The file containing the results 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 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.
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.
Consumes the builder and constructs a ReplicationTaskAssessmentResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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