Struct rusoto_s3::SelectParameters [] [src]

pub struct SelectParameters {
    pub expression: String,
    pub expression_type: String,
    pub input_serialization: InputSerialization,
    pub output_serialization: OutputSerialization,
}

Describes the parameters for Select job types.

Fields

The expression that is used to query the object.

The type of the provided expression (e.g., SQL).

Describes the serialization format of the object.

Describes how the results of the Select job are serialized.

Trait Implementations

impl Default for SelectParameters
[src]

[src]

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

impl Debug for SelectParameters
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SelectParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations