Struct aws_sdk_machinelearning::model::RdsDatabase
source · #[non_exhaustive]pub struct RdsDatabase { /* private fields */ }
Expand description
The database details of an Amazon RDS database.
Implementations§
source§impl RdsDatabase
impl RdsDatabase
sourcepub fn instance_identifier(&self) -> Option<&str>
pub fn instance_identifier(&self) -> Option<&str>
The ID of an RDS DB instance.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of a database hosted on an RDS DB instance.
source§impl RdsDatabase
impl RdsDatabase
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RdsDatabase
.
Trait Implementations§
source§impl Clone for RdsDatabase
impl Clone for RdsDatabase
source§fn clone(&self) -> RdsDatabase
fn clone(&self) -> RdsDatabase
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 RdsDatabase
impl Debug for RdsDatabase
source§impl PartialEq<RdsDatabase> for RdsDatabase
impl PartialEq<RdsDatabase> for RdsDatabase
source§fn eq(&self, other: &RdsDatabase) -> bool
fn eq(&self, other: &RdsDatabase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.