Struct aws_sdk_s3control::input::DescribeMultiRegionAccessPointOperationInput [−][src]
#[non_exhaustive]pub struct DescribeMultiRegionAccessPointOperationInput {
pub account_id: Option<String>,
pub request_token_arn: 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.account_id: Option<String>
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
request_token_arn: Option<String>
The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMultiRegionAccessPointOperation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMultiRegionAccessPointOperation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeMultiRegionAccessPointOperation
>
Creates a new builder-style object to manufacture DescribeMultiRegionAccessPointOperationInput
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.
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
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