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