#[non_exhaustive]pub struct GetSecurityConfigurationsOutput { /* private fields */ }Implementations§
source§impl GetSecurityConfigurationsOutput
impl GetSecurityConfigurationsOutput
sourcepub fn security_configurations(&self) -> Option<&[SecurityConfiguration]>
pub fn security_configurations(&self) -> Option<&[SecurityConfiguration]>
A list of security configurations.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if there are more security configurations to return.
source§impl GetSecurityConfigurationsOutput
impl GetSecurityConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSecurityConfigurationsOutput.
Trait Implementations§
source§impl Clone for GetSecurityConfigurationsOutput
impl Clone for GetSecurityConfigurationsOutput
source§fn clone(&self) -> GetSecurityConfigurationsOutput
fn clone(&self) -> GetSecurityConfigurationsOutput
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<GetSecurityConfigurationsOutput> for GetSecurityConfigurationsOutput
impl PartialEq<GetSecurityConfigurationsOutput> for GetSecurityConfigurationsOutput
source§fn eq(&self, other: &GetSecurityConfigurationsOutput) -> bool
fn eq(&self, other: &GetSecurityConfigurationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.