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