pub struct DeleteNodegroupRequest {
pub cluster_name: String,
pub nodegroup_name: String,
}Fields§
§cluster_name: StringThe name of the Amazon EKS cluster that is associated with your node group.
nodegroup_name: StringThe name of the node group to delete.
Trait Implementations§
Source§impl Clone for DeleteNodegroupRequest
impl Clone for DeleteNodegroupRequest
Source§fn clone(&self) -> DeleteNodegroupRequest
fn clone(&self) -> DeleteNodegroupRequest
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 DeleteNodegroupRequest
impl Debug for DeleteNodegroupRequest
Source§impl Default for DeleteNodegroupRequest
impl Default for DeleteNodegroupRequest
Source§fn default() -> DeleteNodegroupRequest
fn default() -> DeleteNodegroupRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteNodegroupRequest
impl PartialEq for DeleteNodegroupRequest
Source§impl Serialize for DeleteNodegroupRequest
impl Serialize for DeleteNodegroupRequest
impl StructuralPartialEq for DeleteNodegroupRequest
Auto Trait Implementations§
impl Freeze for DeleteNodegroupRequest
impl RefUnwindSafe for DeleteNodegroupRequest
impl Send for DeleteNodegroupRequest
impl Sync for DeleteNodegroupRequest
impl Unpin for DeleteNodegroupRequest
impl UnwindSafe for DeleteNodegroupRequest
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