pub struct DescribeUpdateRequest {
pub addon_name: Option<String>,
pub name: String,
pub nodegroup_name: Option<String>,
pub update_id: String,
}Fields§
§addon_name: Option<String>The name of the add-on. The name must match one of the names returned by ListAddons .
name: StringThe name of the Amazon EKS cluster associated with the update.
nodegroup_name: Option<String>The name of the Amazon EKS node group associated with the update.
update_id: StringThe ID of the update to describe.
Trait Implementations§
Source§impl Clone for DescribeUpdateRequest
impl Clone for DescribeUpdateRequest
Source§fn clone(&self) -> DescribeUpdateRequest
fn clone(&self) -> DescribeUpdateRequest
Returns a duplicate 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 DescribeUpdateRequest
impl Debug for DescribeUpdateRequest
Source§impl Default for DescribeUpdateRequest
impl Default for DescribeUpdateRequest
Source§fn default() -> DescribeUpdateRequest
fn default() -> DescribeUpdateRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeUpdateRequest
impl PartialEq for DescribeUpdateRequest
Source§impl Serialize for DescribeUpdateRequest
impl Serialize for DescribeUpdateRequest
impl StructuralPartialEq for DescribeUpdateRequest
Auto Trait Implementations§
impl Freeze for DescribeUpdateRequest
impl RefUnwindSafe for DescribeUpdateRequest
impl Send for DescribeUpdateRequest
impl Sync for DescribeUpdateRequest
impl Unpin for DescribeUpdateRequest
impl UnwindSafe for DescribeUpdateRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more