#[non_exhaustive]pub struct GetMultiRegionAccessPointOutput { /* private fields */ }
Implementations§
source§impl GetMultiRegionAccessPointOutput
impl GetMultiRegionAccessPointOutput
sourcepub fn access_point(&self) -> Option<&MultiRegionAccessPointReport>
pub fn access_point(&self) -> Option<&MultiRegionAccessPointReport>
A container element containing the details of the requested Multi-Region Access Point.
source§impl GetMultiRegionAccessPointOutput
impl GetMultiRegionAccessPointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMultiRegionAccessPointOutput
.
Trait Implementations§
source§impl Clone for GetMultiRegionAccessPointOutput
impl Clone for GetMultiRegionAccessPointOutput
source§fn clone(&self) -> GetMultiRegionAccessPointOutput
fn clone(&self) -> GetMultiRegionAccessPointOutput
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