Struct aws_sdk_opensearchserverless::operation::get_security_config::GetSecurityConfigOutput
source · #[non_exhaustive]pub struct GetSecurityConfigOutput {
pub security_config_detail: Option<SecurityConfigDetail>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.security_config_detail: Option<SecurityConfigDetail>
Details of the requested security configuration.
Implementations§
source§impl GetSecurityConfigOutput
impl GetSecurityConfigOutput
sourcepub fn security_config_detail(&self) -> Option<&SecurityConfigDetail>
pub fn security_config_detail(&self) -> Option<&SecurityConfigDetail>
Details of the requested security configuration.
source§impl GetSecurityConfigOutput
impl GetSecurityConfigOutput
sourcepub fn builder() -> GetSecurityConfigOutputBuilder
pub fn builder() -> GetSecurityConfigOutputBuilder
Creates a new builder-style object to manufacture GetSecurityConfigOutput
.
Trait Implementations§
source§impl Clone for GetSecurityConfigOutput
impl Clone for GetSecurityConfigOutput
source§fn clone(&self) -> GetSecurityConfigOutput
fn clone(&self) -> GetSecurityConfigOutput
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 GetSecurityConfigOutput
impl Debug for GetSecurityConfigOutput
source§impl PartialEq for GetSecurityConfigOutput
impl PartialEq for GetSecurityConfigOutput
source§fn eq(&self, other: &GetSecurityConfigOutput) -> bool
fn eq(&self, other: &GetSecurityConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetSecurityConfigOutput
impl RequestId for GetSecurityConfigOutput
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.impl StructuralPartialEq for GetSecurityConfigOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetSecurityConfigOutput
impl Send for GetSecurityConfigOutput
impl Sync for GetSecurityConfigOutput
impl Unpin for GetSecurityConfigOutput
impl UnwindSafe for GetSecurityConfigOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.