Struct aws_sdk_elasticsearch::operation::upgrade_elasticsearch_domain::UpgradeElasticsearchDomainOutput
source · #[non_exhaustive]pub struct UpgradeElasticsearchDomainOutput {
pub domain_name: Option<String>,
pub target_version: Option<String>,
pub perform_check_only: Option<bool>,
pub change_progress_details: Option<ChangeProgressDetails>,
/* private fields */
}
Expand description
Container for response returned by
operation. UpgradeElasticsearchDomain
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.domain_name: Option<String>
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
target_version: Option<String>
The version of Elasticsearch that you intend to upgrade the domain to.
perform_check_only: Option<bool>
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
change_progress_details: Option<ChangeProgressDetails>
Specifies change details of the domain configuration change.
Implementations§
source§impl UpgradeElasticsearchDomainOutput
impl UpgradeElasticsearchDomainOutput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
sourcepub fn target_version(&self) -> Option<&str>
pub fn target_version(&self) -> Option<&str>
The version of Elasticsearch that you intend to upgrade the domain to.
sourcepub fn perform_check_only(&self) -> Option<bool>
pub fn perform_check_only(&self) -> Option<bool>
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
sourcepub fn change_progress_details(&self) -> Option<&ChangeProgressDetails>
pub fn change_progress_details(&self) -> Option<&ChangeProgressDetails>
Specifies change details of the domain configuration change.
source§impl UpgradeElasticsearchDomainOutput
impl UpgradeElasticsearchDomainOutput
sourcepub fn builder() -> UpgradeElasticsearchDomainOutputBuilder
pub fn builder() -> UpgradeElasticsearchDomainOutputBuilder
Creates a new builder-style object to manufacture UpgradeElasticsearchDomainOutput
.
Trait Implementations§
source§impl Clone for UpgradeElasticsearchDomainOutput
impl Clone for UpgradeElasticsearchDomainOutput
source§fn clone(&self) -> UpgradeElasticsearchDomainOutput
fn clone(&self) -> UpgradeElasticsearchDomainOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for UpgradeElasticsearchDomainOutput
impl PartialEq for UpgradeElasticsearchDomainOutput
source§fn eq(&self, other: &UpgradeElasticsearchDomainOutput) -> bool
fn eq(&self, other: &UpgradeElasticsearchDomainOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpgradeElasticsearchDomainOutput
impl RequestId for UpgradeElasticsearchDomainOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.