#[non_exhaustive]pub struct VectorEnrichmentJobS3Data { /* private fields */ }
Expand description
The Amazon S3 data for the Vector Enrichment job.
Implementations§
source§impl VectorEnrichmentJobS3Data
impl VectorEnrichmentJobS3Data
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VectorEnrichmentJobS3Data
.
Trait Implementations§
source§impl Clone for VectorEnrichmentJobS3Data
impl Clone for VectorEnrichmentJobS3Data
source§fn clone(&self) -> VectorEnrichmentJobS3Data
fn clone(&self) -> VectorEnrichmentJobS3Data
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 Debug for VectorEnrichmentJobS3Data
impl Debug for VectorEnrichmentJobS3Data
source§impl PartialEq<VectorEnrichmentJobS3Data> for VectorEnrichmentJobS3Data
impl PartialEq<VectorEnrichmentJobS3Data> for VectorEnrichmentJobS3Data
source§fn eq(&self, other: &VectorEnrichmentJobS3Data) -> bool
fn eq(&self, other: &VectorEnrichmentJobS3Data) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.