Struct aws_sdk_glue::model::PostgreSqlCatalogSource
source · #[non_exhaustive]pub struct PostgreSqlCatalogSource { /* private fields */ }Expand description
Specifies a PostgresSQL data source in the Glue Data Catalog.
Implementations§
source§impl PostgreSqlCatalogSource
impl PostgreSqlCatalogSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PostgreSqlCatalogSource.
Trait Implementations§
source§impl Clone for PostgreSqlCatalogSource
impl Clone for PostgreSqlCatalogSource
source§fn clone(&self) -> PostgreSqlCatalogSource
fn clone(&self) -> PostgreSqlCatalogSource
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 PostgreSqlCatalogSource
impl Debug for PostgreSqlCatalogSource
source§impl PartialEq<PostgreSqlCatalogSource> for PostgreSqlCatalogSource
impl PartialEq<PostgreSqlCatalogSource> for PostgreSqlCatalogSource
source§fn eq(&self, other: &PostgreSqlCatalogSource) -> bool
fn eq(&self, other: &PostgreSqlCatalogSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.