#[non_exhaustive]pub struct DeleteSecurityGroupInput { /* private fields */ }
Implementations§
source§impl DeleteSecurityGroupInput
impl DeleteSecurityGroupInput
sourcepub fn group_id(&self) -> Option<&str>
pub fn group_id(&self) -> Option<&str>
The ID of the security group. Required for a nondefault VPC.
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
[EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, you must specify the security group ID.
source§impl DeleteSecurityGroupInput
impl DeleteSecurityGroupInput
sourcepub fn builder() -> DeleteSecurityGroupInputBuilder
pub fn builder() -> DeleteSecurityGroupInputBuilder
Creates a new builder-style object to manufacture DeleteSecurityGroupInput
.
source§impl DeleteSecurityGroupInput
impl DeleteSecurityGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSecurityGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteSecurityGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSecurityGroup
>
Trait Implementations§
source§impl Clone for DeleteSecurityGroupInput
impl Clone for DeleteSecurityGroupInput
source§fn clone(&self) -> DeleteSecurityGroupInput
fn clone(&self) -> DeleteSecurityGroupInput
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 DeleteSecurityGroupInput
impl Debug for DeleteSecurityGroupInput
source§impl PartialEq<DeleteSecurityGroupInput> for DeleteSecurityGroupInput
impl PartialEq<DeleteSecurityGroupInput> for DeleteSecurityGroupInput
source§fn eq(&self, other: &DeleteSecurityGroupInput) -> bool
fn eq(&self, other: &DeleteSecurityGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteSecurityGroupInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSecurityGroupInput
impl Send for DeleteSecurityGroupInput
impl Sync for DeleteSecurityGroupInput
impl Unpin for DeleteSecurityGroupInput
impl UnwindSafe for DeleteSecurityGroupInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more