Struct aws_sdk_s3control::types::JobManifestSpec
source · #[non_exhaustive]pub struct JobManifestSpec { /* private fields */ }
Expand description
Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
Implementations§
source§impl JobManifestSpec
impl JobManifestSpec
sourcepub fn format(&self) -> Option<&JobManifestFormat>
pub fn format(&self) -> Option<&JobManifestFormat>
Indicates which of the available formats the specified manifest uses.
sourcepub fn fields(&self) -> Option<&[JobManifestFieldName]>
pub fn fields(&self) -> Option<&[JobManifestFieldName]>
If the specified manifest object is in the S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.
source§impl JobManifestSpec
impl JobManifestSpec
sourcepub fn builder() -> JobManifestSpecBuilder
pub fn builder() -> JobManifestSpecBuilder
Creates a new builder-style object to manufacture JobManifestSpec
.
Trait Implementations§
source§impl Clone for JobManifestSpec
impl Clone for JobManifestSpec
source§fn clone(&self) -> JobManifestSpec
fn clone(&self) -> JobManifestSpec
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 JobManifestSpec
impl Debug for JobManifestSpec
source§impl PartialEq<JobManifestSpec> for JobManifestSpec
impl PartialEq<JobManifestSpec> for JobManifestSpec
source§fn eq(&self, other: &JobManifestSpec) -> bool
fn eq(&self, other: &JobManifestSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.