#[non_exhaustive]pub struct GetUpgradeStatusOutput { /* private fields */ }
Expand description
Container for response returned by
operation. GetUpgradeStatus
Implementations§
source§impl GetUpgradeStatusOutput
impl GetUpgradeStatusOutput
sourcepub fn upgrade_step(&self) -> Option<&UpgradeStep>
pub fn upgrade_step(&self) -> Option<&UpgradeStep>
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
sourcepub fn step_status(&self) -> Option<&UpgradeStatus>
pub fn step_status(&self) -> Option<&UpgradeStatus>
One of 4 statuses that a step can go through returned as part of the
object. The status can take one of the following values: GetUpgradeStatusResponse
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
sourcepub fn upgrade_name(&self) -> Option<&str>
pub fn upgrade_name(&self) -> Option<&str>
A string that describes the update briefly
source§impl GetUpgradeStatusOutput
impl GetUpgradeStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUpgradeStatusOutput
.
Trait Implementations§
source§impl Clone for GetUpgradeStatusOutput
impl Clone for GetUpgradeStatusOutput
source§fn clone(&self) -> GetUpgradeStatusOutput
fn clone(&self) -> GetUpgradeStatusOutput
Returns a copy 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 GetUpgradeStatusOutput
impl Debug for GetUpgradeStatusOutput
source§impl PartialEq<GetUpgradeStatusOutput> for GetUpgradeStatusOutput
impl PartialEq<GetUpgradeStatusOutput> for GetUpgradeStatusOutput
source§fn eq(&self, other: &GetUpgradeStatusOutput) -> bool
fn eq(&self, other: &GetUpgradeStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.