Struct aws_sdk_batch::model::ArrayPropertiesSummary
source · #[non_exhaustive]pub struct ArrayPropertiesSummary { /* private fields */ }
Expand description
An object representing the array properties of a job.
Implementations§
source§impl ArrayPropertiesSummary
impl ArrayPropertiesSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArrayPropertiesSummary
.
Trait Implementations§
source§impl Clone for ArrayPropertiesSummary
impl Clone for ArrayPropertiesSummary
source§fn clone(&self) -> ArrayPropertiesSummary
fn clone(&self) -> ArrayPropertiesSummary
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