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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:block_data]

Instance Attribute Summary collapse

Instance Attribute Details

#block_dataIO

The data content of the block.

Returns:

  • (IO)


221
222
223
224
225
226
227
228
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 221

class GetSnapshotBlockResponse < Struct.new(
  :data_length,
  :block_data,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = [:block_data]
  include Aws::Structure
end

#checksumString

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

Returns:

  • (String)


221
222
223
224
225
226
227
228
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 221

class GetSnapshotBlockResponse < Struct.new(
  :data_length,
  :block_data,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = [:block_data]
  include Aws::Structure
end

#checksum_algorithmString

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

Returns:

  • (String)


221
222
223
224
225
226
227
228
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 221

class GetSnapshotBlockResponse < Struct.new(
  :data_length,
  :block_data,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = [:block_data]
  include Aws::Structure
end

#data_lengthInteger

The size of the data in the block.

Returns:

  • (Integer)


221
222
223
224
225
226
227
228
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 221

class GetSnapshotBlockResponse < Struct.new(
  :data_length,
  :block_data,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = [:block_data]
  include Aws::Structure
end