PutSnapshotBlockResponse
public struct PutSnapshotBlockResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The SHA256 checksum generated for the block data by Amazon EBS.
Declaration
Swift
public let checksum: String?
-
The algorithm used by Amazon EBS to generate the checksum.
Declaration
Swift
public let checksumAlgorithm: ChecksumAlgorithm?
-
Undocumented
Declaration
Swift
public init(checksum: String? = nil, checksumAlgorithm: ChecksumAlgorithm? = nil)