You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DescribeTapeRecoveryPointsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

DescribeTapeRecoveryPointsOutput

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

#markerString

An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

Returns:

  • (String)

    An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

#tape_recovery_point_infosArray<Types::TapeRecoveryPointInfo>

An array of TapeRecoveryPointInfos that are available for the specified gateway.

Returns: