Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ListSnapshotBlocksResponse

Hierarchy

Properties

BlockSize?: number

The size of the blocks in the snapshot, in bytes.

Blocks?: Block[]

An array of objects containing information about the blocks.

ExpiryTime?: Date

The time when the BlockToken expires.

NextToken?: string

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

VolumeSize?: number

The size of the volume in GB.