You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EBS::Types::ChangedBlock

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.

Instance Attribute Summary collapse

Instance Attribute Details

#block_indexInteger

The block index.

Returns:

  • (Integer)

    The block index.

#first_block_tokenString

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.

Returns:

  • (String)

    The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation.

#second_block_tokenString

The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.

Returns:

  • (String)

    The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.