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