Struct aws_sdk_s3control::model::JobManifestLocation [−][src]
#[non_exhaustive]pub struct JobManifestLocation {
pub object_arn: Option<String>,
pub object_version_id: Option<String>,
pub e_tag: Option<String>,
}
Expand description
Contains the information required to locate a manifest object.
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.object_arn: Option<String>
The Amazon Resource Name (ARN) for a manifest object.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
object_version_id: Option<String>
The optional version ID to identify a specific version of the manifest object.
e_tag: Option<String>
The ETag for the specified manifest object.
Implementations
The Amazon Resource Name (ARN) for a manifest object.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
The optional version ID to identify a specific version of the manifest object.
Creates a new builder-style object to manufacture JobManifestLocation
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 JobManifestLocation
impl Send for JobManifestLocation
impl Sync for JobManifestLocation
impl Unpin for JobManifestLocation
impl UnwindSafe for JobManifestLocation
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