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

Class: Aws::EBS::Types::GetSnapshotBlockRequest

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

Overview

Note:

When passing GetSnapshotBlockRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#block_indexInteger

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

Obtain the BlockIndex by running the ListChangedBlocks or ListSnapshotBlocks operations.

Returns:

  • (Integer)

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

#block_tokenString

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

Obtain the BlockToken by running the ListChangedBlocks or ListSnapshotBlocks operations.

Returns:

  • (String)

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

#snapshot_idString

The ID of the snapshot containing the block from which to get data.

Returns:

  • (String)

    The ID of the snapshot containing the block from which to get data.