Struct rusoto_glacier::OutputLocation[][src]

pub struct OutputLocation {
    pub s3: Option<S3Location>,
}

Contains information about the location where the select job results are stored.

Fields

Describes an S3 location that will receive the results of the job request.

Trait Implementations

impl Default for OutputLocation
[src]

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

impl Debug for OutputLocation
[src]

Formats the value using the given formatter. Read more

impl Clone for OutputLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OutputLocation
[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