Struct rusoto_s3::SelectParameters [−][src]
pub struct SelectParameters {
pub expression: String,
pub expression_type: String,
pub input_serialization: InputSerialization,
pub output_serialization: OutputSerialization,
}Expand description
Describes the parameters for Select job types.
Fields
expression: StringThe expression that is used to query the object.
expression_type: StringThe type of the provided expression (for example, SQL).
input_serialization: InputSerializationDescribes the serialization format of the object.
output_serialization: OutputSerializationDescribes how the results of the Select job are serialized.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SelectParameters
impl Send for SelectParameters
impl Sync for SelectParameters
impl Unpin for SelectParameters
impl UnwindSafe for SelectParameters
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more