#[non_exhaustive]pub struct SetSecurityGroupsInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for SetSecurityGroupsInput
impl Clone for SetSecurityGroupsInput
sourcefn clone(&self) -> SetSecurityGroupsInput
fn clone(&self) -> SetSecurityGroupsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SetSecurityGroupsInput
impl Debug for SetSecurityGroupsInput
sourceimpl PartialEq<SetSecurityGroupsInput> for SetSecurityGroupsInput
impl PartialEq<SetSecurityGroupsInput> for SetSecurityGroupsInput
sourcefn eq(&self, other: &SetSecurityGroupsInput) -> bool
fn eq(&self, other: &SetSecurityGroupsInput) -> bool
impl StructuralPartialEq for SetSecurityGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for SetSecurityGroupsInput
impl Send for SetSecurityGroupsInput
impl Sync for SetSecurityGroupsInput
impl Unpin for SetSecurityGroupsInput
impl UnwindSafe for SetSecurityGroupsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more