Struct aws_sdk_elasticsearch::output::GetUpgradeHistoryOutput [−][src]
#[non_exhaustive]pub struct GetUpgradeHistoryOutput {
pub upgrade_histories: Option<Vec<UpgradeHistory>>,
pub next_token: Option<String>,
}
Expand description
Container for response returned by
operation. GetUpgradeHistory
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_histories: Option<Vec<UpgradeHistory>>
A list of
objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of UpgradeHistory
object. GetUpgradeHistoryResponse
next_token: Option<String>
Pagination token that needs to be supplied to the next call to get the next page of results
Implementations
A list of
objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of UpgradeHistory
object. GetUpgradeHistoryResponse
Pagination token that needs to be supplied to the next call to get the next page of results
Creates a new builder-style object to manufacture GetUpgradeHistoryOutput
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 GetUpgradeHistoryOutput
impl Send for GetUpgradeHistoryOutput
impl Sync for GetUpgradeHistoryOutput
impl Unpin for GetUpgradeHistoryOutput
impl UnwindSafe for GetUpgradeHistoryOutput
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