#[non_exhaustive]pub struct CreateMultiRegionAccessPointOutput { /* private fields */ }Implementations
sourceimpl CreateMultiRegionAccessPointOutput
impl CreateMultiRegionAccessPointOutput
sourcepub fn request_token_arn(&self) -> Option<&str>
pub fn request_token_arn(&self) -> Option<&str>
The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
sourceimpl CreateMultiRegionAccessPointOutput
impl CreateMultiRegionAccessPointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMultiRegionAccessPointOutput.
Trait Implementations
sourceimpl Clone for CreateMultiRegionAccessPointOutput
impl Clone for CreateMultiRegionAccessPointOutput
sourcefn clone(&self) -> CreateMultiRegionAccessPointOutput
fn clone(&self) -> CreateMultiRegionAccessPointOutput
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<CreateMultiRegionAccessPointOutput> for CreateMultiRegionAccessPointOutput
impl PartialEq<CreateMultiRegionAccessPointOutput> for CreateMultiRegionAccessPointOutput
sourcefn eq(&self, other: &CreateMultiRegionAccessPointOutput) -> bool
fn eq(&self, other: &CreateMultiRegionAccessPointOutput) -> bool
impl StructuralPartialEq for CreateMultiRegionAccessPointOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateMultiRegionAccessPointOutput
impl Send for CreateMultiRegionAccessPointOutput
impl Sync for CreateMultiRegionAccessPointOutput
impl Unpin for CreateMultiRegionAccessPointOutput
impl UnwindSafe for CreateMultiRegionAccessPointOutput
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