#[non_exhaustive]pub struct GetAccessPointPolicyStatusOutput { /* private fields */ }
Implementations§
source§impl GetAccessPointPolicyStatusOutput
impl GetAccessPointPolicyStatusOutput
sourcepub fn policy_status(&self) -> Option<&PolicyStatus>
pub fn policy_status(&self) -> Option<&PolicyStatus>
Indicates the current policy status of the specified access point.
source§impl GetAccessPointPolicyStatusOutput
impl GetAccessPointPolicyStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccessPointPolicyStatusOutput
.
Trait Implementations§
source§impl Clone for GetAccessPointPolicyStatusOutput
impl Clone for GetAccessPointPolicyStatusOutput
source§fn clone(&self) -> GetAccessPointPolicyStatusOutput
fn clone(&self) -> GetAccessPointPolicyStatusOutput
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 more