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