#[non_exhaustive]pub struct SetSecurityGroupsOutput { /* private fields */ }
Implementations§
source§impl SetSecurityGroupsOutput
impl SetSecurityGroupsOutput
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The IDs of the security groups associated with the load balancer.
source§impl SetSecurityGroupsOutput
impl SetSecurityGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetSecurityGroupsOutput
.
Trait Implementations§
source§impl Clone for SetSecurityGroupsOutput
impl Clone for SetSecurityGroupsOutput
source§fn clone(&self) -> SetSecurityGroupsOutput
fn clone(&self) -> SetSecurityGroupsOutput
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 SetSecurityGroupsOutput
impl Debug for SetSecurityGroupsOutput
source§impl PartialEq<SetSecurityGroupsOutput> for SetSecurityGroupsOutput
impl PartialEq<SetSecurityGroupsOutput> for SetSecurityGroupsOutput
source§fn eq(&self, other: &SetSecurityGroupsOutput) -> bool
fn eq(&self, other: &SetSecurityGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.