Struct aws_sdk_s3control::types::S3ManifestOutputLocation
source · #[non_exhaustive]pub struct S3ManifestOutputLocation { /* private fields */ }
Expand description
Location details for where the generated manifest should be written.
Implementations§
source§impl S3ManifestOutputLocation
impl S3ManifestOutputLocation
sourcepub fn expected_manifest_bucket_owner(&self) -> Option<&str>
pub fn expected_manifest_bucket_owner(&self) -> Option<&str>
The Account ID that owns the bucket the generated manifest is written to.
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The bucket ARN the generated manifest should be written to.
sourcepub fn manifest_prefix(&self) -> Option<&str>
pub fn manifest_prefix(&self) -> Option<&str>
Prefix identifying one or more objects to which the manifest applies.
sourcepub fn manifest_encryption(&self) -> Option<&GeneratedManifestEncryption>
pub fn manifest_encryption(&self) -> Option<&GeneratedManifestEncryption>
Specifies what encryption should be used when the generated manifest objects are written.
sourcepub fn manifest_format(&self) -> Option<&GeneratedManifestFormat>
pub fn manifest_format(&self) -> Option<&GeneratedManifestFormat>
The format of the generated manifest.
source§impl S3ManifestOutputLocation
impl S3ManifestOutputLocation
sourcepub fn builder() -> S3ManifestOutputLocationBuilder
pub fn builder() -> S3ManifestOutputLocationBuilder
Creates a new builder-style object to manufacture S3ManifestOutputLocation
.
Trait Implementations§
source§impl Clone for S3ManifestOutputLocation
impl Clone for S3ManifestOutputLocation
source§fn clone(&self) -> S3ManifestOutputLocation
fn clone(&self) -> S3ManifestOutputLocation
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 S3ManifestOutputLocation
impl Debug for S3ManifestOutputLocation
source§impl PartialEq<S3ManifestOutputLocation> for S3ManifestOutputLocation
impl PartialEq<S3ManifestOutputLocation> for S3ManifestOutputLocation
source§fn eq(&self, other: &S3ManifestOutputLocation) -> bool
fn eq(&self, other: &S3ManifestOutputLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.