Struct aws_sdk_ec2::input::DeleteSecurityGroupInput
source · [−]#[non_exhaustive]pub struct DeleteSecurityGroupInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSecurityGroupInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeleteSecurityGroupInput
impl Clone for DeleteSecurityGroupInput
sourcefn clone(&self) -> DeleteSecurityGroupInput
fn clone(&self) -> DeleteSecurityGroupInput
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 DeleteSecurityGroupInput
impl Debug for DeleteSecurityGroupInput
sourceimpl PartialEq<DeleteSecurityGroupInput> for DeleteSecurityGroupInput
impl PartialEq<DeleteSecurityGroupInput> for DeleteSecurityGroupInput
sourcefn eq(&self, other: &DeleteSecurityGroupInput) -> bool
fn eq(&self, other: &DeleteSecurityGroupInput) -> bool
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
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