Struct aws_sdk_s3control::operation::list_multi_region_access_points::ListMultiRegionAccessPointsOutput
source · #[non_exhaustive]pub struct ListMultiRegionAccessPointsOutput { /* private fields */ }
Implementations§
source§impl ListMultiRegionAccessPointsOutput
impl ListMultiRegionAccessPointsOutput
sourcepub fn access_points(&self) -> Option<&[MultiRegionAccessPointReport]>
pub fn access_points(&self) -> Option<&[MultiRegionAccessPointReport]>
The list of Multi-Region Access Points associated with the user.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action, this field contains a continuation token. You can use this token tin subsequent calls to this action to retrieve additional Multi-Region Access Points.
source§impl ListMultiRegionAccessPointsOutput
impl ListMultiRegionAccessPointsOutput
sourcepub fn builder() -> ListMultiRegionAccessPointsOutputBuilder
pub fn builder() -> ListMultiRegionAccessPointsOutputBuilder
Creates a new builder-style object to manufacture ListMultiRegionAccessPointsOutput
.
Trait Implementations§
source§impl Clone for ListMultiRegionAccessPointsOutput
impl Clone for ListMultiRegionAccessPointsOutput
source§fn clone(&self) -> ListMultiRegionAccessPointsOutput
fn clone(&self) -> ListMultiRegionAccessPointsOutput
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<ListMultiRegionAccessPointsOutput> for ListMultiRegionAccessPointsOutput
impl PartialEq<ListMultiRegionAccessPointsOutput> for ListMultiRegionAccessPointsOutput
source§fn eq(&self, other: &ListMultiRegionAccessPointsOutput) -> bool
fn eq(&self, other: &ListMultiRegionAccessPointsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListMultiRegionAccessPointsOutput
impl RequestId for ListMultiRegionAccessPointsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.