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