Struct aws_sdk_batch::model::ArrayPropertiesDetail
source · #[non_exhaustive]pub struct ArrayPropertiesDetail { /* private fields */ }
Expand description
An object representing the array properties of a job.
Implementations§
source§impl ArrayPropertiesDetail
impl ArrayPropertiesDetail
sourcepub fn status_summary(&self) -> Option<&HashMap<String, i32>>
pub fn status_summary(&self) -> Option<&HashMap<String, i32>>
A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
source§impl ArrayPropertiesDetail
impl ArrayPropertiesDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArrayPropertiesDetail
.
Trait Implementations§
source§impl Clone for ArrayPropertiesDetail
impl Clone for ArrayPropertiesDetail
source§fn clone(&self) -> ArrayPropertiesDetail
fn clone(&self) -> ArrayPropertiesDetail
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 more