#[non_exhaustive]pub struct S3GeneratedManifestDescriptor { /* private fields */ }
Expand description
Describes the specified job's generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.
Implementations§
source§impl S3GeneratedManifestDescriptor
impl S3GeneratedManifestDescriptor
sourcepub fn format(&self) -> Option<&GeneratedManifestFormat>
pub fn format(&self) -> Option<&GeneratedManifestFormat>
The format of the generated manifest.
sourcepub fn location(&self) -> Option<&JobManifestLocation>
pub fn location(&self) -> Option<&JobManifestLocation>
Contains the information required to locate a manifest object.
source§impl S3GeneratedManifestDescriptor
impl S3GeneratedManifestDescriptor
sourcepub fn builder() -> S3GeneratedManifestDescriptorBuilder
pub fn builder() -> S3GeneratedManifestDescriptorBuilder
Creates a new builder-style object to manufacture S3GeneratedManifestDescriptor
.
Trait Implementations§
source§impl Clone for S3GeneratedManifestDescriptor
impl Clone for S3GeneratedManifestDescriptor
source§fn clone(&self) -> S3GeneratedManifestDescriptor
fn clone(&self) -> S3GeneratedManifestDescriptor
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<S3GeneratedManifestDescriptor> for S3GeneratedManifestDescriptor
impl PartialEq<S3GeneratedManifestDescriptor> for S3GeneratedManifestDescriptor
source§fn eq(&self, other: &S3GeneratedManifestDescriptor) -> bool
fn eq(&self, other: &S3GeneratedManifestDescriptor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.