#[non_exhaustive]pub struct CreateMultiRegionAccessPointOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl CreateMultiRegionAccessPointOutput
impl CreateMultiRegionAccessPointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMultiRegionAccessPointOutput
.
Trait Implementations§
source§impl Clone for CreateMultiRegionAccessPointOutput
impl Clone for CreateMultiRegionAccessPointOutput
source§fn clone(&self) -> CreateMultiRegionAccessPointOutput
fn clone(&self) -> CreateMultiRegionAccessPointOutput
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