#[non_exhaustive]pub struct RedshiftConnectorProfileProperties { /* private fields */ }
Expand description
The connector-specific profile properties when using Amazon Redshift.
Implementations
sourceimpl RedshiftConnectorProfileProperties
impl RedshiftConnectorProfileProperties
sourcepub fn database_url(&self) -> Option<&str>
pub fn database_url(&self) -> Option<&str>
The JDBC URL of the Amazon Redshift cluster.
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
A name for the associated Amazon S3 bucket.
sourcepub fn bucket_prefix(&self) -> Option<&str>
pub fn bucket_prefix(&self) -> Option<&str>
The object key for the destination bucket in which Amazon AppFlow places the files.
sourceimpl RedshiftConnectorProfileProperties
impl RedshiftConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for RedshiftConnectorProfileProperties
impl Clone for RedshiftConnectorProfileProperties
sourcefn clone(&self) -> RedshiftConnectorProfileProperties
fn clone(&self) -> RedshiftConnectorProfileProperties
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 PartialEq<RedshiftConnectorProfileProperties> for RedshiftConnectorProfileProperties
impl PartialEq<RedshiftConnectorProfileProperties> for RedshiftConnectorProfileProperties
sourcefn eq(&self, other: &RedshiftConnectorProfileProperties) -> bool
fn eq(&self, other: &RedshiftConnectorProfileProperties) -> bool
impl StructuralPartialEq for RedshiftConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for RedshiftConnectorProfileProperties
impl Send for RedshiftConnectorProfileProperties
impl Sync for RedshiftConnectorProfileProperties
impl Unpin for RedshiftConnectorProfileProperties
impl UnwindSafe for RedshiftConnectorProfileProperties
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