#[non_exhaustive]pub struct DeleteDbSecurityGroupInput { /* private fields */ }Expand description
Implementations§
source§impl DeleteDbSecurityGroupInput
impl DeleteDbSecurityGroupInput
sourcepub fn db_security_group_name(&self) -> Option<&str>
pub fn db_security_group_name(&self) -> Option<&str>
The name of the DB security group to delete.
You can't delete the default DB security group.
Constraints:
-
Must be 1 to 255 letters, numbers, or hyphens.
-
First character must be a letter
-
Can't end with a hyphen or contain two consecutive hyphens
-
Must not be "Default"
source§impl DeleteDbSecurityGroupInput
impl DeleteDbSecurityGroupInput
sourcepub fn builder() -> DeleteDbSecurityGroupInputBuilder
pub fn builder() -> DeleteDbSecurityGroupInputBuilder
Creates a new builder-style object to manufacture DeleteDbSecurityGroupInput.
source§impl DeleteDbSecurityGroupInput
impl DeleteDbSecurityGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBSecurityGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDBSecurityGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBSecurityGroup>
Trait Implementations§
source§impl Clone for DeleteDbSecurityGroupInput
impl Clone for DeleteDbSecurityGroupInput
source§fn clone(&self) -> DeleteDbSecurityGroupInput
fn clone(&self) -> DeleteDbSecurityGroupInput
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 DeleteDbSecurityGroupInput
impl Debug for DeleteDbSecurityGroupInput
source§impl PartialEq<DeleteDbSecurityGroupInput> for DeleteDbSecurityGroupInput
impl PartialEq<DeleteDbSecurityGroupInput> for DeleteDbSecurityGroupInput
source§fn eq(&self, other: &DeleteDbSecurityGroupInput) -> bool
fn eq(&self, other: &DeleteDbSecurityGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.