Struct aws_sdk_s3control::model::JobManifestSpec [−][src]
#[non_exhaustive]pub struct JobManifestSpec {
pub format: Option<JobManifestFormat>,
pub fields: Option<Vec<JobManifestFieldName>>,
}
Expand description
Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.format: Option<JobManifestFormat>
Indicates which of the available formats the specified manifest uses.
fields: Option<Vec<JobManifestFieldName>>
If the specified manifest object is in the S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.
Implementations
Indicates which of the available formats the specified manifest uses.
Creates a new builder-style object to manufacture JobManifestSpec
Trait Implementations
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 JobManifestSpec
impl Send for JobManifestSpec
impl Sync for JobManifestSpec
impl Unpin for JobManifestSpec
impl UnwindSafe for JobManifestSpec
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