#[non_exhaustive]pub struct GetPoliciesStatsOutput { /* private fields */ }
Implementations§
source§impl GetPoliciesStatsOutput
impl GetPoliciesStatsOutput
sourcepub fn access_policy_stats(&self) -> Option<&AccessPolicyStats>
pub fn access_policy_stats(&self) -> Option<&AccessPolicyStats>
Information about the data access policies in your account.
sourcepub fn security_policy_stats(&self) -> Option<&SecurityPolicyStats>
pub fn security_policy_stats(&self) -> Option<&SecurityPolicyStats>
Information about the security policies in your account.
sourcepub fn security_config_stats(&self) -> Option<&SecurityConfigStats>
pub fn security_config_stats(&self) -> Option<&SecurityConfigStats>
Information about the security configurations in your account.
sourcepub fn total_policy_count(&self) -> Option<i64>
pub fn total_policy_count(&self) -> Option<i64>
The total number of OpenSearch Serverless security policies and configurations in your account.
source§impl GetPoliciesStatsOutput
impl GetPoliciesStatsOutput
sourcepub fn builder() -> GetPoliciesStatsOutputBuilder
pub fn builder() -> GetPoliciesStatsOutputBuilder
Creates a new builder-style object to manufacture GetPoliciesStatsOutput
.
Trait Implementations§
source§impl Clone for GetPoliciesStatsOutput
impl Clone for GetPoliciesStatsOutput
source§fn clone(&self) -> GetPoliciesStatsOutput
fn clone(&self) -> GetPoliciesStatsOutput
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 GetPoliciesStatsOutput
impl Debug for GetPoliciesStatsOutput
source§impl PartialEq<GetPoliciesStatsOutput> for GetPoliciesStatsOutput
impl PartialEq<GetPoliciesStatsOutput> for GetPoliciesStatsOutput
source§fn eq(&self, other: &GetPoliciesStatsOutput) -> bool
fn eq(&self, other: &GetPoliciesStatsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetPoliciesStatsOutput
impl RequestId for GetPoliciesStatsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetPoliciesStatsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetPoliciesStatsOutput
impl Send for GetPoliciesStatsOutput
impl Sync for GetPoliciesStatsOutput
impl Unpin for GetPoliciesStatsOutput
impl UnwindSafe for GetPoliciesStatsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more