#[non_exhaustive]pub struct ApplySecurityGroupsToLoadBalancerInput { /* private fields */ }
Expand description
Contains the parameters for ApplySecurityGroupsToLoadBalancer.
Implementations§
source§impl ApplySecurityGroupsToLoadBalancerInput
impl ApplySecurityGroupsToLoadBalancerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ApplySecurityGroupsToLoadBalancer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ApplySecurityGroupsToLoadBalancer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ApplySecurityGroupsToLoadBalancer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ApplySecurityGroupsToLoadBalancerInput
.
source§impl ApplySecurityGroupsToLoadBalancerInput
impl ApplySecurityGroupsToLoadBalancerInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
Trait Implementations§
source§impl Clone for ApplySecurityGroupsToLoadBalancerInput
impl Clone for ApplySecurityGroupsToLoadBalancerInput
source§fn clone(&self) -> ApplySecurityGroupsToLoadBalancerInput
fn clone(&self) -> ApplySecurityGroupsToLoadBalancerInput
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<ApplySecurityGroupsToLoadBalancerInput> for ApplySecurityGroupsToLoadBalancerInput
impl PartialEq<ApplySecurityGroupsToLoadBalancerInput> for ApplySecurityGroupsToLoadBalancerInput
source§fn eq(&self, other: &ApplySecurityGroupsToLoadBalancerInput) -> bool
fn eq(&self, other: &ApplySecurityGroupsToLoadBalancerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.