ListTapesRequest

A JSON object that contains one or more of the following fields:

  • ListTapesInput$Limit

  • ListTapesInput$Marker

  • ListTapesInput$TapeARNs

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val limit: Int?

An optional number limit for the tapes in the list returned by this call.

Link copied to clipboard

A string that indicates the position at which to begin the returned list of tapes.

Link copied to clipboard

The Amazon Resource Name (ARN) of each of the tapes you want to list. If you don't specify a tape ARN, the response lists all tapes in both your VTL and VTS.

Functions

Link copied to clipboard
inline fun copy(block: ListTapesRequest.Builder.() -> Unit = {}): ListTapesRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String