GetSnapshotBlockRequest

public struct GetSnapshotBlockRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The block index of the block from which to get data. Obtain the BlockIndex by running the ListChangedBlocks or ListSnapshotBlocks operations.

    Declaration

    Swift

    public let blockIndex: Int
  • The block token of the block from which to get data. Obtain the BlockToken by running the ListChangedBlocks or ListSnapshotBlocks operations.

    Declaration

    Swift

    public let blockToken: String
  • The ID of the snapshot containing the block from which to get data.

    Declaration

    Swift

    public let snapshotId: String
  • Undocumented

    Declaration

    Swift

    public init(blockIndex: Int, blockToken: String, snapshotId: String)
  • Declaration

    Swift

    public func validate(name: String) throws