Class: Aws::StorageGateway::Types::DescribeTapeRecoveryPointsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

DescribeTapeRecoveryPointsInput

Constant Summary collapse

SENSITIVE =
[]

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 Amazon Web Services Region.

Returns:

  • (String)


3372
3373
3374
3375
3376
3377
3378
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3372

class DescribeTapeRecoveryPointsInput < Struct.new(
  :gateway_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

Returns:

  • (Integer)


3372
3373
3374
3375
3376
3377
3378
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3372

class DescribeTapeRecoveryPointsInput < Struct.new(
  :gateway_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

Returns:

  • (String)


3372
3373
3374
3375
3376
3377
3378
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3372

class DescribeTapeRecoveryPointsInput < Struct.new(
  :gateway_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end