pub struct UpdateClusterVersionRequest {
pub client_request_token: Option<String>,
pub name: String,
pub version: String,
}Fields§
§client_request_token: Option<String>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
name: StringThe name of the Amazon EKS cluster to update.
version: StringThe desired Kubernetes version following a successful update.
Trait Implementations§
Source§impl Clone for UpdateClusterVersionRequest
impl Clone for UpdateClusterVersionRequest
Source§fn clone(&self) -> UpdateClusterVersionRequest
fn clone(&self) -> UpdateClusterVersionRequest
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 UpdateClusterVersionRequest
impl Debug for UpdateClusterVersionRequest
Source§impl Default for UpdateClusterVersionRequest
impl Default for UpdateClusterVersionRequest
Source§fn default() -> UpdateClusterVersionRequest
fn default() -> UpdateClusterVersionRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateClusterVersionRequest
Auto Trait Implementations§
impl Freeze for UpdateClusterVersionRequest
impl RefUnwindSafe for UpdateClusterVersionRequest
impl Send for UpdateClusterVersionRequest
impl Sync for UpdateClusterVersionRequest
impl Unpin for UpdateClusterVersionRequest
impl UnwindSafe for UpdateClusterVersionRequest
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