#[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 include in another request to get the next page of items. This value is null when there are no more items to return.
source§impl DescribeSecurityGroupsOutput
impl DescribeSecurityGroupsOutput
sourcepub fn builder() -> DescribeSecurityGroupsOutputBuilder
pub fn builder() -> DescribeSecurityGroupsOutputBuilder
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 ==.source§impl RequestId for DescribeSecurityGroupsOutput
impl RequestId for DescribeSecurityGroupsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.