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