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