class Aws::EBS::Types::CompleteSnapshotRequest

@note When making an API call, you may pass CompleteSnapshotRequest

data as a hash:

    {
      snapshot_id: "SnapshotId", # required
      changed_blocks_count: 1, # required
      checksum: "Checksum",
      checksum_algorithm: "SHA256", # accepts SHA256
      checksum_aggregation_method: "LINEAR", # accepts LINEAR
    }

@!attribute [rw] snapshot_id

The ID of the snapshot.
@return [String]

@!attribute [rw] changed_blocks_count

The number of blocks that were written to the snapshot.
@return [Integer]

@!attribute [rw] checksum

An aggregated Base-64 SHA256 checksum based on the checksums of each
written block.

To generate the aggregated checksum using the linear aggregation
method, arrange the checksums for each written block in ascending
order of their block index, concatenate them to form a single
string, and then generate the checksum on the entire string using
the SHA256 algorithm.
@return [String]

@!attribute [rw] checksum_algorithm

The algorithm used to generate the checksum. Currently, the only
supported algorithm is `SHA256`.
@return [String]

@!attribute [rw] checksum_aggregation_method

The aggregation method used to generate the checksum. Currently, the
only supported aggregation method is `LINEAR`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/CompleteSnapshotRequest AWS API Documentation

Constants

SENSITIVE