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

Class: Aws::EBS::Types::ListChangedBlocksRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_snapshot_idString

The ID of the first snapshot to use for the comparison.

The FirstSnapshotID parameter must be specified with a SecondSnapshotId parameter; otherwise, an error occurs.

Returns:

  • (String)

    The ID of the first snapshot to use for the comparison.

#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.

#second_snapshot_idString

The ID of the second snapshot to use for the comparison.

The SecondSnapshotId parameter must be specified with a FirstSnapshotID parameter; otherwise, an error occurs.

Returns:

  • (String)

    The ID of the second snapshot to use for the comparison.

#starting_block_indexInteger

The block index from which the comparison should start.

The list in the response will start from this block index or the next valid block index in the snapshots.

Returns:

  • (Integer)

    The block index from which the comparison should start.