Struct aws_sdk_ebs::model::ChangedBlock
source · #[non_exhaustive]pub struct ChangedBlock { /* private fields */ }Expand description
A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.
Implementations§
source§impl ChangedBlock
impl ChangedBlock
sourcepub fn block_index(&self) -> Option<i32>
pub fn block_index(&self) -> Option<i32>
The block index.
sourcepub fn first_block_token(&self) -> Option<&str>
pub fn first_block_token(&self) -> Option<&str>
The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.
sourcepub fn second_block_token(&self) -> Option<&str>
pub fn second_block_token(&self) -> Option<&str>
The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.
source§impl ChangedBlock
impl ChangedBlock
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangedBlock.
Trait Implementations§
source§impl Clone for ChangedBlock
impl Clone for ChangedBlock
source§fn clone(&self) -> ChangedBlock
fn clone(&self) -> ChangedBlock
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 more