#[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§
source§impl EstablishedMultiRegionAccessPointPolicy
impl EstablishedMultiRegionAccessPointPolicy
sourcepub fn builder() -> EstablishedMultiRegionAccessPointPolicyBuilder
pub fn builder() -> EstablishedMultiRegionAccessPointPolicyBuilder
Creates a new builder-style object to manufacture EstablishedMultiRegionAccessPointPolicy
.
Trait Implementations§
source§impl Clone for EstablishedMultiRegionAccessPointPolicy
impl Clone for EstablishedMultiRegionAccessPointPolicy
source§fn clone(&self) -> EstablishedMultiRegionAccessPointPolicy
fn clone(&self) -> EstablishedMultiRegionAccessPointPolicy
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 PartialEq<EstablishedMultiRegionAccessPointPolicy> for EstablishedMultiRegionAccessPointPolicy
impl PartialEq<EstablishedMultiRegionAccessPointPolicy> for EstablishedMultiRegionAccessPointPolicy
source§fn eq(&self, other: &EstablishedMultiRegionAccessPointPolicy) -> bool
fn eq(&self, other: &EstablishedMultiRegionAccessPointPolicy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.