#[non_exhaustive]pub struct AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails { /* private fields */ }
Expand description
Provides information about domain access control options.
Implementations§
source§impl AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
impl AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
sourcepub fn internal_user_database_enabled(&self) -> bool
pub fn internal_user_database_enabled(&self) -> bool
Enables the internal user database.
sourcepub fn master_user_options(
&self
) -> Option<&AwsOpenSearchServiceDomainMasterUserOptionsDetails>
pub fn master_user_options(
&self
) -> Option<&AwsOpenSearchServiceDomainMasterUserOptionsDetails>
Specifies information about the master user of the domain.
source§impl AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
impl AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
.
Trait Implementations§
source§impl Clone for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
impl Clone for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
source§fn clone(&self) -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
fn clone(&self) -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
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<AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails> for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
impl PartialEq<AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails> for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
source§fn eq(
&self,
other: &AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
) -> bool
fn eq(
&self,
other: &AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.