Struct aws_sdk_appflow::model::SnowflakeMetadata
source · [−]#[non_exhaustive]pub struct SnowflakeMetadata { /* private fields */ }
Expand description
The connector metadata specific to Snowflake.
Implementations
sourceimpl SnowflakeMetadata
impl SnowflakeMetadata
sourcepub fn supported_regions(&self) -> Option<&[String]>
pub fn supported_regions(&self) -> Option<&[String]>
Specifies the supported Amazon Web Services Regions when using Snowflake.
sourceimpl SnowflakeMetadata
impl SnowflakeMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnowflakeMetadata
.
Trait Implementations
sourceimpl Clone for SnowflakeMetadata
impl Clone for SnowflakeMetadata
sourcefn clone(&self) -> SnowflakeMetadata
fn clone(&self) -> SnowflakeMetadata
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 SnowflakeMetadata
impl Debug for SnowflakeMetadata
sourceimpl PartialEq<SnowflakeMetadata> for SnowflakeMetadata
impl PartialEq<SnowflakeMetadata> for SnowflakeMetadata
sourcefn eq(&self, other: &SnowflakeMetadata) -> bool
fn eq(&self, other: &SnowflakeMetadata) -> bool
impl StructuralPartialEq for SnowflakeMetadata
Auto Trait Implementations
impl RefUnwindSafe for SnowflakeMetadata
impl Send for SnowflakeMetadata
impl Sync for SnowflakeMetadata
impl Unpin for SnowflakeMetadata
impl UnwindSafe for SnowflakeMetadata
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