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

Class: Aws::EBS::Types::GetSnapshotBlockResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#block_data ⇒ IO

The data content of the block.

Returns:

  • (IO) —

    The data content of the block.

#checksum ⇒ String

The checksum generated for the block, which is Base64 encoded.

Returns:

  • (String) —

    The checksum generated for the block, which is Base64 encoded.

#checksum_algorithm ⇒ String

The algorithm used to generate the checksum for the block, such as SHA256.

Possible values:

  • SHA256

Returns:

  • (String) —

    The algorithm used to generate the checksum for the block, such as SHA256.

#data_length ⇒ Integer

The size of the data in the block.

Returns:

  • (Integer) —

    The size of the data in the block.