#[non_exhaustive]pub struct DescribeStaleSecurityGroupsOutput { /* private fields */ }
Implementations§
source§impl DescribeStaleSecurityGroupsOutput
impl DescribeStaleSecurityGroupsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn stale_security_group_set(&self) -> Option<&[StaleSecurityGroup]>
pub fn stale_security_group_set(&self) -> Option<&[StaleSecurityGroup]>
Information about the stale security groups.
source§impl DescribeStaleSecurityGroupsOutput
impl DescribeStaleSecurityGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStaleSecurityGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeStaleSecurityGroupsOutput
impl Clone for DescribeStaleSecurityGroupsOutput
source§fn clone(&self) -> DescribeStaleSecurityGroupsOutput
fn clone(&self) -> DescribeStaleSecurityGroupsOutput
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<DescribeStaleSecurityGroupsOutput> for DescribeStaleSecurityGroupsOutput
impl PartialEq<DescribeStaleSecurityGroupsOutput> for DescribeStaleSecurityGroupsOutput
source§fn eq(&self, other: &DescribeStaleSecurityGroupsOutput) -> bool
fn eq(&self, other: &DescribeStaleSecurityGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.