Struct aws_sdk_s3control::output::ListMultiRegionAccessPointsOutput [−][src]
#[non_exhaustive]pub struct ListMultiRegionAccessPointsOutput {
pub access_points: Option<Vec<MultiRegionAccessPointReport>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.access_points: Option<Vec<MultiRegionAccessPointReport>>
The list of Multi-Region Access Points associated with the user.
next_token: Option<String>
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.
Implementations
The list of Multi-Region Access Points associated with the user.
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.
Creates a new builder-style object to manufacture ListMultiRegionAccessPointsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ListMultiRegionAccessPointsOutput
impl Sync for ListMultiRegionAccessPointsOutput
impl Unpin for ListMultiRegionAccessPointsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more