Struct aws_sdk_batch::model::ArrayProperties
source · #[non_exhaustive]pub struct ArrayProperties { /* private fields */ }
Expand description
An object that represents an Batch array job.
Implementations§
source§impl ArrayProperties
impl ArrayProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArrayProperties
.
Trait Implementations§
source§impl Clone for ArrayProperties
impl Clone for ArrayProperties
source§fn clone(&self) -> ArrayProperties
fn clone(&self) -> ArrayProperties
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 ArrayProperties
impl Debug for ArrayProperties
source§impl PartialEq<ArrayProperties> for ArrayProperties
impl PartialEq<ArrayProperties> for ArrayProperties
source§fn eq(&self, other: &ArrayProperties) -> bool
fn eq(&self, other: &ArrayProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.