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