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