Struct aws_sdk_ebs::output::PutSnapshotBlockOutput
source · #[non_exhaustive]pub struct PutSnapshotBlockOutput { /* private fields */ }Implementations§
source§impl PutSnapshotBlockOutput
impl PutSnapshotBlockOutput
sourcepub fn checksum(&self) -> Option<&str>
pub fn checksum(&self) -> Option<&str>
The SHA256 checksum generated for the block data by Amazon EBS.
sourcepub fn checksum_algorithm(&self) -> Option<&ChecksumAlgorithm>
pub fn checksum_algorithm(&self) -> Option<&ChecksumAlgorithm>
The algorithm used by Amazon EBS to generate the checksum.
source§impl PutSnapshotBlockOutput
impl PutSnapshotBlockOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutSnapshotBlockOutput.
Trait Implementations§
source§impl Clone for PutSnapshotBlockOutput
impl Clone for PutSnapshotBlockOutput
source§fn clone(&self) -> PutSnapshotBlockOutput
fn clone(&self) -> PutSnapshotBlockOutput
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 PutSnapshotBlockOutput
impl Debug for PutSnapshotBlockOutput
source§impl PartialEq<PutSnapshotBlockOutput> for PutSnapshotBlockOutput
impl PartialEq<PutSnapshotBlockOutput> for PutSnapshotBlockOutput
source§fn eq(&self, other: &PutSnapshotBlockOutput) -> bool
fn eq(&self, other: &PutSnapshotBlockOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.