#[non_exhaustive]pub struct SecurityConfigSummary { /* private fields */ }
Expand description
A summary of a security configuration for OpenSearch Serverless.
Implementations§
source§impl SecurityConfigSummary
impl SecurityConfigSummary
sourcepub fn type(&self) -> Option<&SecurityConfigType>
pub fn type(&self) -> Option<&SecurityConfigType>
The type of security configuration.
sourcepub fn config_version(&self) -> Option<&str>
pub fn config_version(&self) -> Option<&str>
The version of the security configuration.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the security configuration.
sourcepub fn created_date(&self) -> Option<i64>
pub fn created_date(&self) -> Option<i64>
The Epoch time when the security configuration was created.
sourcepub fn last_modified_date(&self) -> Option<i64>
pub fn last_modified_date(&self) -> Option<i64>
The timestamp of when the configuration was last modified.
source§impl SecurityConfigSummary
impl SecurityConfigSummary
sourcepub fn builder() -> SecurityConfigSummaryBuilder
pub fn builder() -> SecurityConfigSummaryBuilder
Creates a new builder-style object to manufacture SecurityConfigSummary
.
Trait Implementations§
source§impl Clone for SecurityConfigSummary
impl Clone for SecurityConfigSummary
source§fn clone(&self) -> SecurityConfigSummary
fn clone(&self) -> SecurityConfigSummary
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 Debug for SecurityConfigSummary
impl Debug for SecurityConfigSummary
source§impl PartialEq<SecurityConfigSummary> for SecurityConfigSummary
impl PartialEq<SecurityConfigSummary> for SecurityConfigSummary
source§fn eq(&self, other: &SecurityConfigSummary) -> bool
fn eq(&self, other: &SecurityConfigSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.