#[non_exhaustive]pub struct ExportVectorEnrichmentJobOutputConfig { /* private fields */ }
Expand description
An object containing information about the output file.
Implementations§
source§impl ExportVectorEnrichmentJobOutputConfig
impl ExportVectorEnrichmentJobOutputConfig
sourcepub fn s3_data(&self) -> Option<&VectorEnrichmentJobS3Data>
pub fn s3_data(&self) -> Option<&VectorEnrichmentJobS3Data>
source§impl ExportVectorEnrichmentJobOutputConfig
impl ExportVectorEnrichmentJobOutputConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportVectorEnrichmentJobOutputConfig
.
Trait Implementations§
source§impl Clone for ExportVectorEnrichmentJobOutputConfig
impl Clone for ExportVectorEnrichmentJobOutputConfig
source§fn clone(&self) -> ExportVectorEnrichmentJobOutputConfig
fn clone(&self) -> ExportVectorEnrichmentJobOutputConfig
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 moresource§impl PartialEq<ExportVectorEnrichmentJobOutputConfig> for ExportVectorEnrichmentJobOutputConfig
impl PartialEq<ExportVectorEnrichmentJobOutputConfig> for ExportVectorEnrichmentJobOutputConfig
source§fn eq(&self, other: &ExportVectorEnrichmentJobOutputConfig) -> bool
fn eq(&self, other: &ExportVectorEnrichmentJobOutputConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.