#[non_exhaustive]pub struct ProposedMultiRegionAccessPointPolicy { /* private fields */ }Expand description
The proposed access control policy for the 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 ProposedMultiRegionAccessPointPolicy
impl ProposedMultiRegionAccessPointPolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProposedMultiRegionAccessPointPolicy.
Trait Implementations
sourceimpl Clone for ProposedMultiRegionAccessPointPolicy
impl Clone for ProposedMultiRegionAccessPointPolicy
sourcefn clone(&self) -> ProposedMultiRegionAccessPointPolicy
fn clone(&self) -> ProposedMultiRegionAccessPointPolicy
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<ProposedMultiRegionAccessPointPolicy> for ProposedMultiRegionAccessPointPolicy
impl PartialEq<ProposedMultiRegionAccessPointPolicy> for ProposedMultiRegionAccessPointPolicy
sourcefn eq(&self, other: &ProposedMultiRegionAccessPointPolicy) -> bool
fn eq(&self, other: &ProposedMultiRegionAccessPointPolicy) -> bool
impl StructuralPartialEq for ProposedMultiRegionAccessPointPolicy
Auto Trait Implementations
impl RefUnwindSafe for ProposedMultiRegionAccessPointPolicy
impl Send for ProposedMultiRegionAccessPointPolicy
impl Sync for ProposedMultiRegionAccessPointPolicy
impl Unpin for ProposedMultiRegionAccessPointPolicy
impl UnwindSafe for ProposedMultiRegionAccessPointPolicy
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