Struct aws_sdk_glue::model::RedshiftSource  
source · [−]#[non_exhaustive]pub struct RedshiftSource { /* private fields */ }Expand description
Specifies an Amazon Redshift data store.
Implementations
sourceimpl 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.
sourceimpl RedshiftSource
 
impl RedshiftSource
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftSource.
Trait Implementations
sourceimpl Clone for RedshiftSource
 
impl Clone for RedshiftSource
sourcefn clone(&self) -> RedshiftSource
 
fn clone(&self) -> RedshiftSource
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 RedshiftSource
 
impl Debug for RedshiftSource
sourceimpl PartialEq<RedshiftSource> for RedshiftSource
 
impl PartialEq<RedshiftSource> for RedshiftSource
sourcefn eq(&self, other: &RedshiftSource) -> bool
 
fn eq(&self, other: &RedshiftSource) -> bool
impl StructuralPartialEq for RedshiftSource
Auto Trait Implementations
impl RefUnwindSafe for RedshiftSource
impl Send for RedshiftSource
impl Sync for RedshiftSource
impl Unpin for RedshiftSource
impl UnwindSafe for RedshiftSource
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