Struct aws_sdk_eks::types::UpdateParam
source · #[non_exhaustive]pub struct UpdateParam { /* private fields */ }Expand description
An object representing the details of an update request.
Implementations§
source§impl UpdateParam
impl UpdateParam
source§impl UpdateParam
impl UpdateParam
sourcepub fn builder() -> UpdateParamBuilder
pub fn builder() -> UpdateParamBuilder
Creates a new builder-style object to manufacture UpdateParam.
Trait Implementations§
source§impl Clone for UpdateParam
impl Clone for UpdateParam
source§fn clone(&self) -> UpdateParam
fn clone(&self) -> UpdateParam
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 UpdateParam
impl Debug for UpdateParam
source§impl PartialEq<UpdateParam> for UpdateParam
impl PartialEq<UpdateParam> for UpdateParam
source§fn eq(&self, other: &UpdateParam) -> bool
fn eq(&self, other: &UpdateParam) -> bool
This method tests for
self and other values to be equal, and is used
by ==.