Struct rusoto_glue::BatchGetPartitionResponse[][src]

pub struct BatchGetPartitionResponse {
    pub partitions: Option<Vec<Partition>>,
    pub unprocessed_keys: Option<Vec<PartitionValueList>>,
}

Fields

A list of the requested partitions.

A list of the partition values in the request for which partions were not returned.

Trait Implementations

impl Default for BatchGetPartitionResponse
[src]

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

impl Debug for BatchGetPartitionResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchGetPartitionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BatchGetPartitionResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations