Struct aws_sdk_opensearchserverless::operation::get_security_config::GetSecurityConfigOutput
source · #[non_exhaustive]pub struct GetSecurityConfigOutput { /* private fields */ }
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<GetSecurityConfigOutput> for GetSecurityConfigOutput
impl PartialEq<GetSecurityConfigOutput> 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.