#[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() -> Builder
pub fn builder() -> Builder
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 ==
.