#[non_exhaustive]pub struct AwsElasticsearchDomainNodeToNodeEncryptionOptions {
pub enabled: Option<bool>,
}
Expand description
Details about the configuration for node-to-node encryption.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.enabled: Option<bool>
Whether node-to-node encryption is enabled.
Implementations§
source§impl AwsElasticsearchDomainNodeToNodeEncryptionOptions
impl AwsElasticsearchDomainNodeToNodeEncryptionOptions
sourcepub fn builder() -> AwsElasticsearchDomainNodeToNodeEncryptionOptionsBuilder
pub fn builder() -> AwsElasticsearchDomainNodeToNodeEncryptionOptionsBuilder
Creates a new builder-style object to manufacture AwsElasticsearchDomainNodeToNodeEncryptionOptions
.
Trait Implementations§
source§impl Clone for AwsElasticsearchDomainNodeToNodeEncryptionOptions
impl Clone for AwsElasticsearchDomainNodeToNodeEncryptionOptions
source§fn clone(&self) -> AwsElasticsearchDomainNodeToNodeEncryptionOptions
fn clone(&self) -> AwsElasticsearchDomainNodeToNodeEncryptionOptions
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 moresource§impl PartialEq for AwsElasticsearchDomainNodeToNodeEncryptionOptions
impl PartialEq for AwsElasticsearchDomainNodeToNodeEncryptionOptions
source§fn eq(&self, other: &AwsElasticsearchDomainNodeToNodeEncryptionOptions) -> bool
fn eq(&self, other: &AwsElasticsearchDomainNodeToNodeEncryptionOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsElasticsearchDomainNodeToNodeEncryptionOptions
Auto Trait Implementations§
impl RefUnwindSafe for AwsElasticsearchDomainNodeToNodeEncryptionOptions
impl Send for AwsElasticsearchDomainNodeToNodeEncryptionOptions
impl Sync for AwsElasticsearchDomainNodeToNodeEncryptionOptions
impl Unpin for AwsElasticsearchDomainNodeToNodeEncryptionOptions
impl UnwindSafe for AwsElasticsearchDomainNodeToNodeEncryptionOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.