ListChangedBlocksRequest

public struct ListChangedBlocksRequest : AWSShape
extension EBS.ListChangedBlocksRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the first snapshot to use for the comparison. The FirstSnapshotID parameter must be specified with a SecondSnapshotId parameter; otherwise, an error occurs.

    Declaration

    Swift

    public let firstSnapshotId: String?
  • The number of results to return.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to request the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • The ID of the second snapshot to use for the comparison. The SecondSnapshotId parameter must be specified with a FirstSnapshotID parameter; otherwise, an error occurs.

    Declaration

    Swift

    public let secondSnapshotId: String
  • The block index from which the comparison should start. The list in the response will start from this block index or the next valid block index in the snapshots.

    Declaration

    Swift

    public let startingBlockIndex: Int?
  • Undocumented

    Declaration

    Swift

    public init(firstSnapshotId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, secondSnapshotId: String, startingBlockIndex: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> EBS.ListChangedBlocksRequest