Struct rusoto_s3::RestoreObjectOutput [] [src]

pub struct RestoreObjectOutput {
    pub request_charged: Option<String>,
    pub restore_output_path: Option<String>,
}

Fields

Indicates the path in the provided S3 output location where Select results will be restored to.

Trait Implementations

impl Default for RestoreObjectOutput
[src]

[src]

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

impl Debug for RestoreObjectOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RestoreObjectOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations