Struct aws_sdk_rds::model::EngineDefaults
source · [−]#[non_exhaustive]pub struct EngineDefaults { /* private fields */ }Expand description
Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.
Implementations
sourceimpl EngineDefaults
impl EngineDefaults
sourcepub fn db_parameter_group_family(&self) -> Option<&str>
pub fn db_parameter_group_family(&self) -> Option<&str>
Specifies the name of the DB parameter group family that the engine default parameters apply to.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
Contains a list of engine default parameters.
sourceimpl EngineDefaults
impl EngineDefaults
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EngineDefaults.
Trait Implementations
sourceimpl Clone for EngineDefaults
impl Clone for EngineDefaults
sourcefn clone(&self) -> EngineDefaults
fn clone(&self) -> EngineDefaults
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 EngineDefaults
impl Debug for EngineDefaults
sourceimpl PartialEq<EngineDefaults> for EngineDefaults
impl PartialEq<EngineDefaults> for EngineDefaults
sourcefn eq(&self, other: &EngineDefaults) -> bool
fn eq(&self, other: &EngineDefaults) -> bool
impl StructuralPartialEq for EngineDefaults
Auto Trait Implementations
impl RefUnwindSafe for EngineDefaults
impl Send for EngineDefaults
impl Sync for EngineDefaults
impl Unpin for EngineDefaults
impl UnwindSafe for EngineDefaults
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