Struct aws_sdk_s3control::model::JobManifest [−][src]
#[non_exhaustive]pub struct JobManifest {
pub spec: Option<JobManifestSpec>,
pub location: Option<JobManifestLocation>,
}
Expand description
Contains the configuration information for a job's 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.spec: Option<JobManifestSpec>
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
location: Option<JobManifestLocation>
Contains the information required to locate the specified job's manifest.
Implementations
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
Contains the information required to locate the specified job's manifest.
Creates a new builder-style object to manufacture JobManifest
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 JobManifest
impl Send for JobManifest
impl Sync for JobManifest
impl Unpin for JobManifest
impl UnwindSafe for JobManifest
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