Struct aws_sdk_opensearchserverless::operation::delete_access_policy::DeleteAccessPolicyInput
source · #[non_exhaustive]pub struct DeleteAccessPolicyInput { /* private fields */ }
Implementations§
source§impl DeleteAccessPolicyInput
impl DeleteAccessPolicyInput
sourcepub fn builder() -> DeleteAccessPolicyInputBuilder
pub fn builder() -> DeleteAccessPolicyInputBuilder
Creates a new builder-style object to manufacture DeleteAccessPolicyInput
.
source§impl DeleteAccessPolicyInput
impl DeleteAccessPolicyInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteAccessPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<DeleteAccessPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAccessPolicy
>
Trait Implementations§
source§impl Clone for DeleteAccessPolicyInput
impl Clone for DeleteAccessPolicyInput
source§fn clone(&self) -> DeleteAccessPolicyInput
fn clone(&self) -> DeleteAccessPolicyInput
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 Debug for DeleteAccessPolicyInput
impl Debug for DeleteAccessPolicyInput
source§impl PartialEq<DeleteAccessPolicyInput> for DeleteAccessPolicyInput
impl PartialEq<DeleteAccessPolicyInput> for DeleteAccessPolicyInput
source§fn eq(&self, other: &DeleteAccessPolicyInput) -> bool
fn eq(&self, other: &DeleteAccessPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAccessPolicyInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAccessPolicyInput
impl Send for DeleteAccessPolicyInput
impl Sync for DeleteAccessPolicyInput
impl Unpin for DeleteAccessPolicyInput
impl UnwindSafe for DeleteAccessPolicyInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more