Struct aws_sdk_databasemigration::model::ReplicationTaskAssessmentRunProgress [−][src]
#[non_exhaustive]pub struct ReplicationTaskAssessmentRunProgress {
pub individual_assessment_count: i32,
pub individual_assessment_completed_count: i32,
}
Expand description
The progress values reported by the AssessmentProgress
response
element.
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.individual_assessment_count: i32
The number of individual assessments that are specified to run.
individual_assessment_completed_count: i32
The number of individual assessments that have completed, successfully or not.
Implementations
The number of individual assessments that are specified to run.
The number of individual assessments that have completed, successfully or not.
Creates a new builder-style object to manufacture ReplicationTaskAssessmentRunProgress
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 ReplicationTaskAssessmentRunProgress
impl Sync for ReplicationTaskAssessmentRunProgress
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