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