Struct aws_sdk_docdb::output::ModifyDbInstanceOutput
source · #[non_exhaustive]pub struct ModifyDbInstanceOutput { /* private fields */ }
Implementations§
source§impl ModifyDbInstanceOutput
impl ModifyDbInstanceOutput
sourcepub fn db_instance(&self) -> Option<&DbInstance>
pub fn db_instance(&self) -> Option<&DbInstance>
Detailed information about an instance.
source§impl ModifyDbInstanceOutput
impl ModifyDbInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyDbInstanceOutput
.
Trait Implementations§
source§impl Clone for ModifyDbInstanceOutput
impl Clone for ModifyDbInstanceOutput
source§fn clone(&self) -> ModifyDbInstanceOutput
fn clone(&self) -> ModifyDbInstanceOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ModifyDbInstanceOutput
impl Debug for ModifyDbInstanceOutput
source§impl PartialEq<ModifyDbInstanceOutput> for ModifyDbInstanceOutput
impl PartialEq<ModifyDbInstanceOutput> for ModifyDbInstanceOutput
source§fn eq(&self, other: &ModifyDbInstanceOutput) -> bool
fn eq(&self, other: &ModifyDbInstanceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.