Struct aws_sdk_opensearch::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 the response returned by the
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>
One of three steps an upgrade or upgrade eligibility check goes through:
- PreUpgradeCheck
- Snapshot
- Upgrade
step_status: Option<UpgradeStatus>
One of four statuses an upgrade have, 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 briefly describes the update.
Implementations
One of three steps an upgrade or upgrade eligibility check goes through:
- PreUpgradeCheck
- Snapshot
- Upgrade
One of four statuses an upgrade have, 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 briefly describes the update.
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