#[non_exhaustive]pub struct GetSecurityConfigurationOutput { /* private fields */ }Implementations§
source§impl GetSecurityConfigurationOutput
impl GetSecurityConfigurationOutput
sourcepub fn security_configuration(&self) -> Option<&SecurityConfiguration>
pub fn security_configuration(&self) -> Option<&SecurityConfiguration>
The requested security configuration.
source§impl GetSecurityConfigurationOutput
impl GetSecurityConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSecurityConfigurationOutput.
Trait Implementations§
source§impl Clone for GetSecurityConfigurationOutput
impl Clone for GetSecurityConfigurationOutput
source§fn clone(&self) -> GetSecurityConfigurationOutput
fn clone(&self) -> GetSecurityConfigurationOutput
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 PartialEq<GetSecurityConfigurationOutput> for GetSecurityConfigurationOutput
impl PartialEq<GetSecurityConfigurationOutput> for GetSecurityConfigurationOutput
source§fn eq(&self, other: &GetSecurityConfigurationOutput) -> bool
fn eq(&self, other: &GetSecurityConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.