Struct aws_sdk_rds::input::DeleteOptionGroupInput
source · [−]#[non_exhaustive]pub struct DeleteOptionGroupInput { /* private fields */ }Expand description
Implementations
sourceimpl DeleteOptionGroupInput
impl DeleteOptionGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteOptionGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteOptionGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteOptionGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteOptionGroupInput.
sourceimpl DeleteOptionGroupInput
impl DeleteOptionGroupInput
sourcepub fn option_group_name(&self) -> Option<&str>
pub fn option_group_name(&self) -> Option<&str>
The name of the option group to be deleted.
You can't delete default option groups.
Trait Implementations
sourceimpl Clone for DeleteOptionGroupInput
impl Clone for DeleteOptionGroupInput
sourcefn clone(&self) -> DeleteOptionGroupInput
fn clone(&self) -> DeleteOptionGroupInput
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 DeleteOptionGroupInput
impl Debug for DeleteOptionGroupInput
sourceimpl PartialEq<DeleteOptionGroupInput> for DeleteOptionGroupInput
impl PartialEq<DeleteOptionGroupInput> for DeleteOptionGroupInput
sourcefn eq(&self, other: &DeleteOptionGroupInput) -> bool
fn eq(&self, other: &DeleteOptionGroupInput) -> bool
impl StructuralPartialEq for DeleteOptionGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteOptionGroupInput
impl Send for DeleteOptionGroupInput
impl Sync for DeleteOptionGroupInput
impl Unpin for DeleteOptionGroupInput
impl UnwindSafe for DeleteOptionGroupInput
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