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

Class: Aws::EBS::Types::ListSnapshotBlocksRequest

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

Overview

Note:

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

{
  snapshot_id: "SnapshotId", # required
  next_token: "PageToken",
  max_results: 1,
  starting_block_index: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The number of results to return.

Returns:

  • (Integer)

    The number of results to return.

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)

    The token to request the next page of results.

#snapshot_idString

The ID of the snapshot from which to get block indexes and block tokens.

Returns:

  • (String)

    The ID of the snapshot from which to get block indexes and block tokens.

#starting_block_indexInteger

The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.

Returns:

  • (Integer)

    The block index from which the list should start.