Struct rusoto_glue::SchemaChangePolicy [] [src]

pub struct SchemaChangePolicy {
    pub delete_behavior: Option<String>,
    pub update_behavior: Option<String>,
}

Crawler policy for update and deletion behavior.

Fields

The deletion behavior when the crawler finds a deleted object.

The update behavior when the crawler finds a changed schema.

Trait Implementations

impl Default for SchemaChangePolicy
[src]

[src]

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

impl Debug for SchemaChangePolicy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaChangePolicy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations