Class: Aws::EBS::Types::PutSnapshotBlockResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

The SHA256 checksum generated for the block data by Amazon EBS.

Returns:

  • (String)


499
500
501
502
503
504
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 499

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

#checksum_algorithmString

The algorithm used by Amazon EBS to generate the checksum.

Returns:

  • (String)


499
500
501
502
503
504
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 499

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