Struct aws_sdk_glue::model::CrawlerTargets
source · #[non_exhaustive]pub struct CrawlerTargets { /* private fields */ }Expand description
Specifies data stores to crawl.
Implementations§
source§impl CrawlerTargets
impl CrawlerTargets
sourcepub fn s3_targets(&self) -> Option<&[S3Target]>
pub fn s3_targets(&self) -> Option<&[S3Target]>
Specifies Amazon Simple Storage Service (Amazon S3) targets.
sourcepub fn jdbc_targets(&self) -> Option<&[JdbcTarget]>
pub fn jdbc_targets(&self) -> Option<&[JdbcTarget]>
Specifies JDBC targets.
sourcepub fn mongo_db_targets(&self) -> Option<&[MongoDbTarget]>
pub fn mongo_db_targets(&self) -> Option<&[MongoDbTarget]>
Specifies Amazon DocumentDB or MongoDB targets.
sourcepub fn dynamo_db_targets(&self) -> Option<&[DynamoDbTarget]>
pub fn dynamo_db_targets(&self) -> Option<&[DynamoDbTarget]>
Specifies Amazon DynamoDB targets.
sourcepub fn catalog_targets(&self) -> Option<&[CatalogTarget]>
pub fn catalog_targets(&self) -> Option<&[CatalogTarget]>
Specifies Glue Data Catalog targets.
sourcepub fn delta_targets(&self) -> Option<&[DeltaTarget]>
pub fn delta_targets(&self) -> Option<&[DeltaTarget]>
Specifies Delta data store targets.
source§impl CrawlerTargets
impl CrawlerTargets
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CrawlerTargets.
Trait Implementations§
source§impl Clone for CrawlerTargets
impl Clone for CrawlerTargets
source§fn clone(&self) -> CrawlerTargets
fn clone(&self) -> CrawlerTargets
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 CrawlerTargets
impl Debug for CrawlerTargets
source§impl PartialEq<CrawlerTargets> for CrawlerTargets
impl PartialEq<CrawlerTargets> for CrawlerTargets
source§fn eq(&self, other: &CrawlerTargets) -> bool
fn eq(&self, other: &CrawlerTargets) -> bool
This method tests for
self and other values to be equal, and is used
by ==.