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