Struct aws_sdk_batch::model::EksPropertiesDetail
source · #[non_exhaustive]pub struct EksPropertiesDetail { /* private fields */ }
Expand description
An object that contains the details for the Kubernetes resources of a job.
Implementations§
source§impl EksPropertiesDetail
impl EksPropertiesDetail
sourcepub fn pod_properties(&self) -> Option<&EksPodPropertiesDetail>
pub fn pod_properties(&self) -> Option<&EksPodPropertiesDetail>
The properties for the Kubernetes pod resources of a job.
source§impl EksPropertiesDetail
impl EksPropertiesDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EksPropertiesDetail
.
Trait Implementations§
source§impl Clone for EksPropertiesDetail
impl Clone for EksPropertiesDetail
source§fn clone(&self) -> EksPropertiesDetail
fn clone(&self) -> EksPropertiesDetail
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 EksPropertiesDetail
impl Debug for EksPropertiesDetail
source§impl PartialEq<EksPropertiesDetail> for EksPropertiesDetail
impl PartialEq<EksPropertiesDetail> for EksPropertiesDetail
source§fn eq(&self, other: &EksPropertiesDetail) -> bool
fn eq(&self, other: &EksPropertiesDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.