Struct aws_sdk_s3::model::OutputSerialization
source · #[non_exhaustive]pub struct OutputSerialization { /* private fields */ }
Expand description
Describes how results of the Select job are serialized.
Implementations§
source§impl OutputSerialization
impl OutputSerialization
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OutputSerialization
.
Trait Implementations§
source§impl Clone for OutputSerialization
impl Clone for OutputSerialization
source§fn clone(&self) -> OutputSerialization
fn clone(&self) -> OutputSerialization
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more