Struct aws_sdk_elasticsearch::model::AdvancedOptionsStatus
source · [−]#[non_exhaustive]pub struct AdvancedOptionsStatus { /* private fields */ }
Expand description
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
- Option to allow references to indices in an HTTP request body. Must be
false
when configuring access to individual sub-resources. By default, the value istrue
. See Configuration Advanced Options for more information. - Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.
For more information, see Configuring Advanced Options.
Implementations
sourceimpl AdvancedOptionsStatus
impl AdvancedOptionsStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AdvancedOptionsStatus
.
Trait Implementations
sourceimpl Clone for AdvancedOptionsStatus
impl Clone for AdvancedOptionsStatus
sourcefn clone(&self) -> AdvancedOptionsStatus
fn clone(&self) -> AdvancedOptionsStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AdvancedOptionsStatus
impl Debug for AdvancedOptionsStatus
sourceimpl PartialEq<AdvancedOptionsStatus> for AdvancedOptionsStatus
impl PartialEq<AdvancedOptionsStatus> for AdvancedOptionsStatus
sourcefn eq(&self, other: &AdvancedOptionsStatus) -> bool
fn eq(&self, other: &AdvancedOptionsStatus) -> bool
impl StructuralPartialEq for AdvancedOptionsStatus
Auto Trait Implementations
impl RefUnwindSafe for AdvancedOptionsStatus
impl Send for AdvancedOptionsStatus
impl Sync for AdvancedOptionsStatus
impl Unpin for AdvancedOptionsStatus
impl UnwindSafe for AdvancedOptionsStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more