Struct aws_sdk_docdb::model::DbEngineVersion
source · [−]#[non_exhaustive]pub struct DbEngineVersion { /* private fields */ }Expand description
Detailed information about an engine version.
Implementations
sourceimpl DbEngineVersion
impl DbEngineVersion
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The version number of the database engine.
sourcepub fn db_parameter_group_family(&self) -> Option<&str>
pub fn db_parameter_group_family(&self) -> Option<&str>
The name of the parameter group family for the database engine.
sourcepub fn db_engine_description(&self) -> Option<&str>
pub fn db_engine_description(&self) -> Option<&str>
The description of the database engine.
sourcepub fn db_engine_version_description(&self) -> Option<&str>
pub fn db_engine_version_description(&self) -> Option<&str>
The description of the database engine version.
sourcepub fn valid_upgrade_target(&self) -> Option<&[UpgradeTarget]>
pub fn valid_upgrade_target(&self) -> Option<&[UpgradeTarget]>
A list of engine versions that this database engine version can be upgraded to.
sourcepub fn exportable_log_types(&self) -> Option<&[String]>
pub fn exportable_log_types(&self) -> Option<&[String]>
The types of logs that the database engine has available for export to Amazon CloudWatch Logs.
sourcepub fn supports_log_exports_to_cloudwatch_logs(&self) -> bool
pub fn supports_log_exports_to_cloudwatch_logs(&self) -> bool
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
sourceimpl DbEngineVersion
impl DbEngineVersion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbEngineVersion.
Trait Implementations
sourceimpl Clone for DbEngineVersion
impl Clone for DbEngineVersion
sourcefn clone(&self) -> DbEngineVersion
fn clone(&self) -> DbEngineVersion
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 more
sourceimpl Debug for DbEngineVersion
impl Debug for DbEngineVersion
sourceimpl PartialEq<DbEngineVersion> for DbEngineVersion
impl PartialEq<DbEngineVersion> for DbEngineVersion
sourcefn eq(&self, other: &DbEngineVersion) -> bool
fn eq(&self, other: &DbEngineVersion) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for DbEngineVersion
Auto Trait Implementations
impl RefUnwindSafe for DbEngineVersion
impl Send for DbEngineVersion
impl Sync for DbEngineVersion
impl Unpin for DbEngineVersion
impl UnwindSafe for DbEngineVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more