Struct aws_sdk_elasticloadbalancingv2::operation::set_security_groups::SetSecurityGroupsOutput
source · #[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() -> SetSecurityGroupsOutputBuilder
pub fn builder() -> SetSecurityGroupsOutputBuilder
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 ==
.source§impl RequestId for SetSecurityGroupsOutput
impl RequestId for SetSecurityGroupsOutput
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.