Struct aws_sdk_securityhub::model::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
source · #[non_exhaustive]pub struct AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails { /* private fields */ }
Expand description
Provides details about the configuration for node-to-node encryption.
Implementations§
source§impl AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
impl AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
.
Trait Implementations§
source§impl Clone for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
impl Clone for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
source§fn clone(&self) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
fn clone(&self) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
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<AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails> for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
impl PartialEq<AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails> for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
source§fn eq(
&self,
other: &AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
) -> bool
fn eq(
&self,
other: &AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.