Struct aws_sdk_eks::model::Update
source · #[non_exhaustive]pub struct Update { /* private fields */ }
Expand description
An object representing an asynchronous update.
Implementations§
source§impl Update
impl Update
sourcepub fn status(&self) -> Option<&UpdateStatus>
pub fn status(&self) -> Option<&UpdateStatus>
The current status of the update.
sourcepub fn type(&self) -> Option<&UpdateType>
pub fn type(&self) -> Option<&UpdateType>
The type of the update.
sourcepub fn params(&self) -> Option<&[UpdateParam]>
pub fn params(&self) -> Option<&[UpdateParam]>
A key-value map that contains the parameters associated with the update.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The Unix epoch timestamp in seconds for when the update was created.
sourcepub fn errors(&self) -> Option<&[ErrorDetail]>
pub fn errors(&self) -> Option<&[ErrorDetail]>
Any errors associated with a Failed
update.