#[non_exhaustive]pub struct SetSecurityGroupsInput { /* private fields */ }
Implementations§
source§impl SetSecurityGroupsInput
impl SetSecurityGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetSecurityGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetSecurityGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetSecurityGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetSecurityGroupsInput
.
source§impl SetSecurityGroupsInput
impl SetSecurityGroupsInput
sourcepub fn load_balancer_arn(&self) -> Option<&str>
pub fn load_balancer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the load balancer.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The IDs of the security groups.
Trait Implementations§
source§impl Clone for SetSecurityGroupsInput
impl Clone for SetSecurityGroupsInput
source§fn clone(&self) -> SetSecurityGroupsInput
fn clone(&self) -> SetSecurityGroupsInput
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 SetSecurityGroupsInput
impl Debug for SetSecurityGroupsInput
source§impl PartialEq<SetSecurityGroupsInput> for SetSecurityGroupsInput
impl PartialEq<SetSecurityGroupsInput> for SetSecurityGroupsInput
source§fn eq(&self, other: &SetSecurityGroupsInput) -> bool
fn eq(&self, other: &SetSecurityGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.