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
- Struct
- Aws::EBS::Types::ListChangedBlocksRequest
- Defined in:
- (unknown)
Overview
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
-
#first_snapshot_id ⇒ String
The ID of the first snapshot to use for the comparison.
-
#max_results ⇒ Integer
The number of results to return.
-
#next_token ⇒ String
The token to request the next page of results.
-
#second_snapshot_id ⇒ String
The ID of the second snapshot to use for the comparison.
-
#starting_block_index ⇒ Integer
The block index from which the comparison should start.
Instance Attribute Details
#first_snapshot_id ⇒ String
The ID of the first snapshot to use for the comparison.
FirstSnapshotID parameter must be specified with a
SecondSnapshotId parameter; otherwise, an error occurs.
#max_results ⇒ Integer
The number of results to return.
#next_token ⇒ String
The token to request the next page of results.
#second_snapshot_id ⇒ String
The ID of the second snapshot to use for the comparison.
SecondSnapshotId parameter must be specified with a
FirstSnapshotID parameter; otherwise, an error occurs.
#starting_block_index ⇒ Integer
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.