#[non_exhaustive]pub struct GetMultiRegionAccessPointPolicyOutput { /* private fields */ }
Implementations§
source§impl GetMultiRegionAccessPointPolicyOutput
impl GetMultiRegionAccessPointPolicyOutput
sourcepub fn policy(&self) -> Option<&MultiRegionAccessPointPolicyDocument>
pub fn policy(&self) -> Option<&MultiRegionAccessPointPolicyDocument>
The policy associated with the specified Multi-Region Access Point.
source§impl GetMultiRegionAccessPointPolicyOutput
impl GetMultiRegionAccessPointPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMultiRegionAccessPointPolicyOutput
.
Trait Implementations§
source§impl Clone for GetMultiRegionAccessPointPolicyOutput
impl Clone for GetMultiRegionAccessPointPolicyOutput
source§fn clone(&self) -> GetMultiRegionAccessPointPolicyOutput
fn clone(&self) -> GetMultiRegionAccessPointPolicyOutput
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