#[non_exhaustive]pub struct EstablishedMultiRegionAccessPointPolicy { /* private fields */ }Expand description
The last established access control policy for a Multi-Region Access Point.
When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.
Implementations
sourceimpl EstablishedMultiRegionAccessPointPolicy
impl EstablishedMultiRegionAccessPointPolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EstablishedMultiRegionAccessPointPolicy.
Trait Implementations
sourceimpl Clone for EstablishedMultiRegionAccessPointPolicy
impl Clone for EstablishedMultiRegionAccessPointPolicy
sourcefn clone(&self) -> EstablishedMultiRegionAccessPointPolicy
fn clone(&self) -> EstablishedMultiRegionAccessPointPolicy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<EstablishedMultiRegionAccessPointPolicy> for EstablishedMultiRegionAccessPointPolicy
impl PartialEq<EstablishedMultiRegionAccessPointPolicy> for EstablishedMultiRegionAccessPointPolicy
sourcefn eq(&self, other: &EstablishedMultiRegionAccessPointPolicy) -> bool
fn eq(&self, other: &EstablishedMultiRegionAccessPointPolicy) -> bool
impl StructuralPartialEq for EstablishedMultiRegionAccessPointPolicy
Auto Trait Implementations
impl RefUnwindSafe for EstablishedMultiRegionAccessPointPolicy
impl Send for EstablishedMultiRegionAccessPointPolicy
impl Sync for EstablishedMultiRegionAccessPointPolicy
impl Unpin for EstablishedMultiRegionAccessPointPolicy
impl UnwindSafe for EstablishedMultiRegionAccessPointPolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more