class Aws::StorageGateway::Types::DescribeTapeRecoveryPointsInput

DescribeTapeRecoveryPointsInput

@note When making an API call, you may pass DescribeTapeRecoveryPointsInput

data as a hash:

    {
      gateway_arn: "GatewayARN", # required
      marker: "Marker",
      limit: 1,
    }

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@!attribute [rw] marker

An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.
@return [String]

@!attribute [rw] limit

Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeRecoveryPointsInput AWS API Documentation

Constants

SENSITIVE