Struct aws_sdk_elasticsearch::output::GetUpgradeStatusOutput [−][src]
#[non_exhaustive]pub struct GetUpgradeStatusOutput {
pub upgrade_step: Option<UpgradeStep>,
pub step_status: Option<UpgradeStatus>,
pub upgrade_name: Option<String>,
}
Expand description
Container for response returned by
GetUpgradeStatus
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.upgrade_step: Option<UpgradeStep>
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
step_status: Option<UpgradeStatus>
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
upgrade_name: Option<String>
A string that describes the update briefly
Implementations
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
A string that describes the update briefly
Creates a new builder-style object to manufacture GetUpgradeStatusOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetUpgradeStatusOutput
impl Send for GetUpgradeStatusOutput
impl Sync for GetUpgradeStatusOutput
impl Unpin for GetUpgradeStatusOutput
impl UnwindSafe for GetUpgradeStatusOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more