Struct aws_sdk_eks::input::DescribeUpdateInput
source · [−]#[non_exhaustive]pub struct DescribeUpdateInput {
pub name: Option<String>,
pub update_id: Option<String>,
pub nodegroup_name: Option<String>,
pub addon_name: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the Amazon EKS cluster associated with the update.
update_id: Option<String>The ID of the update to describe.
nodegroup_name: Option<String>The name of the Amazon EKS node group associated with the update.
addon_name: Option<String>The name of the add-on. The name must match one of the names returned by ListAddons .
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUpdate, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUpdate, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeUpdate>
Creates a new builder-style object to manufacture DescribeUpdateInput
The name of the Amazon EKS cluster associated with the update.
The name of the Amazon EKS node group associated with the update.
The name of the add-on. The name must match one of the names returned by ListAddons .
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DescribeUpdateInput
impl Send for DescribeUpdateInput
impl Sync for DescribeUpdateInput
impl Unpin for DescribeUpdateInput
impl UnwindSafe for DescribeUpdateInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more