GetSnapshotBlockResponse

public struct GetSnapshotBlockResponse : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The data content of the block.

    Declaration

    Swift

    public let blockData: Data?
  • The checksum generated for the block, which is Base64 encoded.

    Declaration

    Swift

    public let checksum: String?
  • The algorithm used to generate the checksum for the block, such as SHA256.

    Declaration

    Swift

    public let checksumAlgorithm: ChecksumAlgorithm?
  • The size of the data in the block.

    Declaration

    Swift

    public let dataLength: Int?
  • Undocumented

    Declaration

    Swift

    public init(blockData: Data? = nil, checksum: String? = nil, checksumAlgorithm: ChecksumAlgorithm? = nil, dataLength: Int? = nil)