Struct aws_sdk_s3control::input::ListMultiRegionAccessPointsInput [−][src]
#[non_exhaustive]pub struct ListMultiRegionAccessPointsInput {
pub account_id: Option<String>,
pub next_token: Option<String>,
pub max_results: i32,
}
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.account_id: Option<String>
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
next_token: Option<String>
Not currently used. Do not use this parameter.
max_results: i32
Not currently used. Do not use this parameter.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMultiRegionAccessPoints, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMultiRegionAccessPoints, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListMultiRegionAccessPoints
>
Creates a new builder-style object to manufacture ListMultiRegionAccessPointsInput
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
Not currently used. Do not use this parameter.
Not currently used. Do not use this parameter.
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 ListMultiRegionAccessPointsInput
impl Sync for ListMultiRegionAccessPointsInput
impl Unpin for ListMultiRegionAccessPointsInput
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