Struct rusoto_glue::CrawlerTargets [] [src]

pub struct CrawlerTargets {
    pub jdbc_targets: Option<Vec<JdbcTarget>>,
    pub s3_targets: Option<Vec<S3Target>>,
}

Specifies crawler targets.

Fields

Specifies JDBC targets.

Specifies targets in AWS S3.

Trait Implementations

impl Default for CrawlerTargets
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CrawlerTargets
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CrawlerTargets
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations