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
sourceimpl 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.
sourceimpl RedshiftParameters
impl RedshiftParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftParameters.
Trait Implementations
sourceimpl Clone for RedshiftParameters
impl Clone for RedshiftParameters
sourcefn clone(&self) -> RedshiftParameters
fn clone(&self) -> RedshiftParameters
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 Debug for RedshiftParameters
impl Debug for RedshiftParameters
sourceimpl PartialEq<RedshiftParameters> for RedshiftParameters
impl PartialEq<RedshiftParameters> for RedshiftParameters
sourcefn eq(&self, other: &RedshiftParameters) -> bool
fn eq(&self, other: &RedshiftParameters) -> bool
impl StructuralPartialEq for RedshiftParameters
Auto Trait Implementations
impl RefUnwindSafe for RedshiftParameters
impl Send for RedshiftParameters
impl Sync for RedshiftParameters
impl Unpin for RedshiftParameters
impl UnwindSafe for RedshiftParameters
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