#[non_exhaustive]pub struct DeleteCustomDbEngineVersionInput { /* private fields */ }Implementations
sourceimpl DeleteCustomDbEngineVersionInput
impl DeleteCustomDbEngineVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomDBEngineVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomDBEngineVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCustomDBEngineVersion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCustomDbEngineVersionInput.
sourceimpl DeleteCustomDbEngineVersionInput
impl DeleteCustomDbEngineVersionInput
sourcepub fn engine(&self) -> Option<&str>
pub fn engine(&self) -> Option<&str>
The database engine. The only supported engine is custom-oracle-ee.
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
Trait Implementations
sourceimpl Clone for DeleteCustomDbEngineVersionInput
impl Clone for DeleteCustomDbEngineVersionInput
sourcefn clone(&self) -> DeleteCustomDbEngineVersionInput
fn clone(&self) -> DeleteCustomDbEngineVersionInput
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 PartialEq<DeleteCustomDbEngineVersionInput> for DeleteCustomDbEngineVersionInput
impl PartialEq<DeleteCustomDbEngineVersionInput> for DeleteCustomDbEngineVersionInput
sourcefn eq(&self, other: &DeleteCustomDbEngineVersionInput) -> bool
fn eq(&self, other: &DeleteCustomDbEngineVersionInput) -> bool
impl StructuralPartialEq for DeleteCustomDbEngineVersionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCustomDbEngineVersionInput
impl Send for DeleteCustomDbEngineVersionInput
impl Sync for DeleteCustomDbEngineVersionInput
impl Unpin for DeleteCustomDbEngineVersionInput
impl UnwindSafe for DeleteCustomDbEngineVersionInput
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