Struct aws_sdk_ec2::output::DescribeSecurityGroupsOutput
source · #[non_exhaustive]pub struct DescribeSecurityGroupsOutput { /* private fields */ }
Implementations§
source§impl DescribeSecurityGroupsOutput
impl DescribeSecurityGroupsOutput
sourcepub fn security_groups(&self) -> Option<&[SecurityGroup]>
pub fn security_groups(&self) -> Option<&[SecurityGroup]>
Information about the security groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeSecurityGroupsOutput
impl DescribeSecurityGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSecurityGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeSecurityGroupsOutput
impl Clone for DescribeSecurityGroupsOutput
source§fn clone(&self) -> DescribeSecurityGroupsOutput
fn clone(&self) -> DescribeSecurityGroupsOutput
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 DescribeSecurityGroupsOutput
impl Debug for DescribeSecurityGroupsOutput
source§impl PartialEq<DescribeSecurityGroupsOutput> for DescribeSecurityGroupsOutput
impl PartialEq<DescribeSecurityGroupsOutput> for DescribeSecurityGroupsOutput
source§fn eq(&self, other: &DescribeSecurityGroupsOutput) -> bool
fn eq(&self, other: &DescribeSecurityGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.