Struct aws_sdk_glue::model::RedshiftTarget
source · #[non_exhaustive]pub struct RedshiftTarget { /* private fields */ }Expand description
Specifies a target that uses Amazon Redshift.
Implementations§
source§impl RedshiftTarget
impl RedshiftTarget
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.
sourcepub fn upsert_redshift_options(&self) -> Option<&UpsertRedshiftTargetOptions>
pub fn upsert_redshift_options(&self) -> Option<&UpsertRedshiftTargetOptions>
The set of options to configure an upsert operation when writing to a Redshift target.
source§impl RedshiftTarget
impl RedshiftTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftTarget.
Trait Implementations§
source§impl Clone for RedshiftTarget
impl Clone for RedshiftTarget
source§fn clone(&self) -> RedshiftTarget
fn clone(&self) -> RedshiftTarget
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 RedshiftTarget
impl Debug for RedshiftTarget
source§impl PartialEq<RedshiftTarget> for RedshiftTarget
impl PartialEq<RedshiftTarget> for RedshiftTarget
source§fn eq(&self, other: &RedshiftTarget) -> bool
fn eq(&self, other: &RedshiftTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.