Struct rusoto_securityhub::AwsElasticsearchDomainServiceSoftwareOptions[][src]

pub struct AwsElasticsearchDomainServiceSoftwareOptions {
    pub automated_update_date: Option<String>,
    pub cancellable: Option<bool>,
    pub current_version: Option<String>,
    pub description: Option<String>,
    pub new_version: Option<String>,
    pub update_available: Option<bool>,
    pub update_status: Option<String>,
}
Expand description

Information about the state of the domain relative to the latest service software.

Fields

automated_update_date: Option<String>

The epoch time when the deployment window closes for required updates. After this time, Amazon Elasticsearch Service schedules the software upgrade automatically.

cancellable: Option<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: Option<bool>

Whether a service software update is available for the domain.

update_status: Option<String>

The status of the service software update.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.