Struct aws_sdk_quicksight::model::RedshiftParameters
source · #[non_exhaustive]pub struct RedshiftParameters { /* private fields */ }
Expand description
The parameters for Amazon Redshift. The ClusterId
field can be blank if Host
and Port
are both set. The Host
and Port
fields can be blank if the ClusterId
field is set.
Implementations§
source§impl RedshiftParameters
impl RedshiftParameters
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
Cluster ID. This field can be blank if the Host
and Port
are provided.
source§impl RedshiftParameters
impl RedshiftParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftParameters
.
Trait Implementations§
source§impl Clone for RedshiftParameters
impl Clone for RedshiftParameters
source§fn clone(&self) -> RedshiftParameters
fn clone(&self) -> RedshiftParameters
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 RedshiftParameters
impl Debug for RedshiftParameters
source§impl PartialEq<RedshiftParameters> for RedshiftParameters
impl PartialEq<RedshiftParameters> for RedshiftParameters
source§fn eq(&self, other: &RedshiftParameters) -> bool
fn eq(&self, other: &RedshiftParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.