class Aws::EBS::Types::ListSnapshotBlocksRequest
@note When making an API call, you may pass ListSnapshotBlocksRequest
data as a hash: { snapshot_id: "SnapshotId", # required next_token: "PageToken", max_results: 1, starting_block_index: 1, }
@!attribute [rw] snapshot_id
The ID of the snapshot from which to get block indexes and block tokens. @return [String]
@!attribute [rw] next_token
The token to request the next page of results. @return [String]
@!attribute [rw] max_results
The number of results to return. @return [Integer]
@!attribute [rw] starting_block_index
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/ListSnapshotBlocksRequest AWS API Documentation
Constants
- SENSITIVE