#[non_exhaustive]pub struct SecurityPolicyDetail { /* private fields */ }
Expand description
Details about an OpenSearch Serverless security policy.
Implementations§
source§impl SecurityPolicyDetail
impl SecurityPolicyDetail
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 SecurityPolicyDetail
impl SecurityPolicyDetail
sourcepub fn builder() -> SecurityPolicyDetailBuilder
pub fn builder() -> SecurityPolicyDetailBuilder
Creates a new builder-style object to manufacture SecurityPolicyDetail
.
Trait Implementations§
source§impl Clone for SecurityPolicyDetail
impl Clone for SecurityPolicyDetail
source§fn clone(&self) -> SecurityPolicyDetail
fn clone(&self) -> SecurityPolicyDetail
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 SecurityPolicyDetail
impl Debug for SecurityPolicyDetail
source§impl PartialEq<SecurityPolicyDetail> for SecurityPolicyDetail
impl PartialEq<SecurityPolicyDetail> for SecurityPolicyDetail
source§fn eq(&self, other: &SecurityPolicyDetail) -> bool
fn eq(&self, other: &SecurityPolicyDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.