View source: R/ebs_operations.R
ebs_list_snapshot_blocks | R Documentation |
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
See https://www.paws-r-sdk.com/docs/ebs_list_snapshot_blocks/ for full documentation.
ebs_list_snapshot_blocks(
SnapshotId,
NextToken = NULL,
MaxResults = NULL,
StartingBlockIndex = NULL
)
SnapshotId |
[required] The ID of the snapshot from which to get block indexes and block tokens. |
NextToken |
The token to request the next page of results. If you specify NextToken, then StartingBlockIndex is ignored. |
MaxResults |
The maximum number of blocks to be returned by the request. Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks. To retrieve the next set of blocks from the snapshot, make another
request with the returned NextToken value. The value of
NextToken is |
StartingBlockIndex |
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. If you specify NextToken, then StartingBlockIndex is ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.