Struct aws_sdk_opensearchserverless::operation::delete_security_policy::DeleteSecurityPolicyOutput
source · #[non_exhaustive]pub struct DeleteSecurityPolicyOutput { /* private fields */ }
Implementations§
source§impl DeleteSecurityPolicyOutput
impl DeleteSecurityPolicyOutput
sourcepub fn builder() -> DeleteSecurityPolicyOutputBuilder
pub fn builder() -> DeleteSecurityPolicyOutputBuilder
Creates a new builder-style object to manufacture DeleteSecurityPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteSecurityPolicyOutput
impl Clone for DeleteSecurityPolicyOutput
source§fn clone(&self) -> DeleteSecurityPolicyOutput
fn clone(&self) -> DeleteSecurityPolicyOutput
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 DeleteSecurityPolicyOutput
impl Debug for DeleteSecurityPolicyOutput
source§impl PartialEq<DeleteSecurityPolicyOutput> for DeleteSecurityPolicyOutput
impl PartialEq<DeleteSecurityPolicyOutput> for DeleteSecurityPolicyOutput
source§fn eq(&self, other: &DeleteSecurityPolicyOutput) -> bool
fn eq(&self, other: &DeleteSecurityPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteSecurityPolicyOutput
impl RequestId for DeleteSecurityPolicyOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.