Struct aws_sdk_s3control::types::JobProgressSummary
source · #[non_exhaustive]pub struct JobProgressSummary { /* private fields */ }
Expand description
Describes the total number of tasks that the specified job has started, the number of tasks that succeeded, and the number of tasks that failed.
Implementations§
source§impl JobProgressSummary
impl JobProgressSummary
sourcepub fn builder() -> JobProgressSummaryBuilder
pub fn builder() -> JobProgressSummaryBuilder
Creates a new builder-style object to manufacture JobProgressSummary
.
Trait Implementations§
source§impl Clone for JobProgressSummary
impl Clone for JobProgressSummary
source§fn clone(&self) -> JobProgressSummary
fn clone(&self) -> JobProgressSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for JobProgressSummary
impl Debug for JobProgressSummary
source§impl PartialEq<JobProgressSummary> for JobProgressSummary
impl PartialEq<JobProgressSummary> for JobProgressSummary
source§fn eq(&self, other: &JobProgressSummary) -> bool
fn eq(&self, other: &JobProgressSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.