Struct aws_sdk_eks::input::DeleteAddonInput
source · #[non_exhaustive]pub struct DeleteAddonInput { /* private fields */ }
Implementations§
source§impl DeleteAddonInput
impl DeleteAddonInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAddon, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAddon, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAddon
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAddonInput
.
source§impl DeleteAddonInput
impl DeleteAddonInput
sourcepub fn cluster_name(&self) -> Option<&str>
pub fn cluster_name(&self) -> Option<&str>
The name of the cluster to delete the add-on from.
sourcepub fn addon_name(&self) -> Option<&str>
pub fn addon_name(&self) -> Option<&str>
The name of the add-on. The name must match one of the names returned by ListAddons
.
Trait Implementations§
source§impl Clone for DeleteAddonInput
impl Clone for DeleteAddonInput
source§fn clone(&self) -> DeleteAddonInput
fn clone(&self) -> DeleteAddonInput
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 DeleteAddonInput
impl Debug for DeleteAddonInput
source§impl PartialEq<DeleteAddonInput> for DeleteAddonInput
impl PartialEq<DeleteAddonInput> for DeleteAddonInput
source§fn eq(&self, other: &DeleteAddonInput) -> bool
fn eq(&self, other: &DeleteAddonInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.