class Aws::EBS::Types::GetSnapshotBlockRequest

@note When making an API call, you may pass GetSnapshotBlockRequest

data as a hash:

    {
      snapshot_id: "SnapshotId", # required
      block_index: 1, # required
      block_token: "BlockToken", # required
    }

@!attribute [rw] snapshot_id

The ID of the snapshot containing the block from which to get data.
@return [String]

@!attribute [rw] block_index

The block index of the block from which to get data.

Obtain the `BlockIndex` by running the `ListChangedBlocks` or
`ListSnapshotBlocks` operations.
@return [Integer]

@!attribute [rw] block_token

The block token of the block from which to get data.

Obtain the `BlockToken` by running the `ListChangedBlocks` or
`ListSnapshotBlocks` operations.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/GetSnapshotBlockRequest AWS API Documentation

Constants

SENSITIVE