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