ListSnapshotBlocksRequest

public struct ListSnapshotBlocksRequest : AWSShape
extension EBS.ListSnapshotBlocksRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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 snapshot from which to get block indexes and block tokens.

    Declaration

    Swift

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

    Declaration

    Swift

    public let startingBlockIndex: Int?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

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