#[non_exhaustive]pub struct ListSecurityConfigsOutput { /* private fields */ }
Implementations§
source§impl ListSecurityConfigsOutput
impl ListSecurityConfigsOutput
sourcepub fn security_config_summaries(&self) -> Option<&[SecurityConfigSummary]>
pub fn security_config_summaries(&self) -> Option<&[SecurityConfigSummary]>
Details about the security configurations in your account.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
source§impl ListSecurityConfigsOutput
impl ListSecurityConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSecurityConfigsOutput
.
Trait Implementations§
source§impl Clone for ListSecurityConfigsOutput
impl Clone for ListSecurityConfigsOutput
source§fn clone(&self) -> ListSecurityConfigsOutput
fn clone(&self) -> ListSecurityConfigsOutput
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 ListSecurityConfigsOutput
impl Debug for ListSecurityConfigsOutput
source§impl PartialEq<ListSecurityConfigsOutput> for ListSecurityConfigsOutput
impl PartialEq<ListSecurityConfigsOutput> for ListSecurityConfigsOutput
source§fn eq(&self, other: &ListSecurityConfigsOutput) -> bool
fn eq(&self, other: &ListSecurityConfigsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.