Struct rusoto_glue::GetPlanRequest [] [src]

pub struct GetPlanRequest {
    pub location: Option<Location>,
    pub mapping: Vec<MappingEntry>,
    pub sinks: Option<Vec<CatalogEntry>>,
    pub source: CatalogEntry,
}

Fields

Parameters for the mapping.

The list of mappings from a source table to target tables.

The target tables.

The source table.

Trait Implementations

impl Default for GetPlanRequest
[src]

[src]

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

impl Debug for GetPlanRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetPlanRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations