Struct aws_sdk_securityhub::model::AwsElasticsearchDomainServiceSoftwareOptions [−][src]
#[non_exhaustive]pub struct AwsElasticsearchDomainServiceSoftwareOptions {
pub automated_update_date: Option<String>,
pub cancellable: bool,
pub current_version: Option<String>,
pub description: Option<String>,
pub new_version: Option<String>,
pub update_available: bool,
pub update_status: Option<String>,
}
Expand description
Information about the state of the domain relative to the latest service software.
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.automated_update_date: Option<String>
The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.
cancellable: bool
Whether a request to update the domain can be canceled.
current_version: Option<String>
The version of the service software that is currently installed on the domain.
description: Option<String>
A more detailed description of the service software status.
new_version: Option<String>
The most recent version of the service software.
update_available: bool
Whether a service software update is available for the domain.
update_status: Option<String>
The status of the service software update.
Implementations
The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.
Whether a request to update the domain can be canceled.
The version of the service software that is currently installed on the domain.
A more detailed description of the service software status.
The most recent version of the service software.
Whether a service software update is available for the domain.
The status of the service software update.
Creates a new builder-style object to manufacture AwsElasticsearchDomainServiceSoftwareOptions
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
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