Class: Aws::EBS::Types::PutSnapshotBlockResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::PutSnapshotBlockResponse
- Defined in:
- gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checksum ⇒ String
The SHA256 checksum generated for the block data by Amazon EBS.
-
#checksum_algorithm ⇒ String
The algorithm used by Amazon EBS to generate the checksum.
Instance Attribute Details
#checksum ⇒ String
The SHA256 checksum generated for the block data by Amazon EBS.
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_algorithm ⇒ String
The algorithm used by Amazon EBS to generate the checksum.
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 |