Struct aws_sdk_opensearch::model::AdvancedOptionsStatus
source · #[non_exhaustive]pub struct AdvancedOptionsStatus { /* private fields */ }
Expand description
Status of the advanced options for the specified 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 Advanced cluster parameters for more information. - Option to specify the percentage of heap space allocated to field data. By default, this setting is unbounded.
For more information, see Advanced cluster parameters.
Implementations§
source§impl AdvancedOptionsStatus
impl AdvancedOptionsStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AdvancedOptionsStatus
.
Trait Implementations§
source§impl Clone for AdvancedOptionsStatus
impl Clone for AdvancedOptionsStatus
source§fn clone(&self) -> AdvancedOptionsStatus
fn clone(&self) -> AdvancedOptionsStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more