Struct aws_sdk_opensearchserverless::operation::delete_security_policy::DeleteSecurityPolicyInput
source · #[non_exhaustive]pub struct DeleteSecurityPolicyInput { /* private fields */ }
Implementations§
source§impl DeleteSecurityPolicyInput
impl DeleteSecurityPolicyInput
sourcepub fn builder() -> DeleteSecurityPolicyInputBuilder
pub fn builder() -> DeleteSecurityPolicyInputBuilder
Creates a new builder-style object to manufacture DeleteSecurityPolicyInput
.
source§impl DeleteSecurityPolicyInput
impl DeleteSecurityPolicyInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteSecurityPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<DeleteSecurityPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSecurityPolicy
>
Trait Implementations§
source§impl Clone for DeleteSecurityPolicyInput
impl Clone for DeleteSecurityPolicyInput
source§fn clone(&self) -> DeleteSecurityPolicyInput
fn clone(&self) -> DeleteSecurityPolicyInput
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 DeleteSecurityPolicyInput
impl Debug for DeleteSecurityPolicyInput
source§impl PartialEq<DeleteSecurityPolicyInput> for DeleteSecurityPolicyInput
impl PartialEq<DeleteSecurityPolicyInput> for DeleteSecurityPolicyInput
source§fn eq(&self, other: &DeleteSecurityPolicyInput) -> bool
fn eq(&self, other: &DeleteSecurityPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.