Struct aws_sdk_glue::model::RedshiftSource
source · #[non_exhaustive]pub struct RedshiftSource { /* private fields */ }Expand description
Specifies an Amazon Redshift data store.
Implementations§
source§impl RedshiftSource
impl RedshiftSource
sourcepub fn redshift_tmp_dir(&self) -> Option<&str>
pub fn redshift_tmp_dir(&self) -> Option<&str>
The Amazon S3 path where temporary data can be staged when copying out of the database.
sourcepub fn tmp_dir_iam_role(&self) -> Option<&str>
pub fn tmp_dir_iam_role(&self) -> Option<&str>
The IAM role with permissions.
source§impl RedshiftSource
impl RedshiftSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftSource.
Trait Implementations§
source§impl Clone for RedshiftSource
impl Clone for RedshiftSource
source§fn clone(&self) -> RedshiftSource
fn clone(&self) -> RedshiftSource
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 RedshiftSource
impl Debug for RedshiftSource
source§impl PartialEq<RedshiftSource> for RedshiftSource
impl PartialEq<RedshiftSource> for RedshiftSource
source§fn eq(&self, other: &RedshiftSource) -> bool
fn eq(&self, other: &RedshiftSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.