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

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

Overview

Note:

When making an API call, you may pass DescribeTapeRecoveryPointsInput data as a hash:

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

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 AWS Region.

Returns:

  • (String)


3565
3566
3567
3568
3569
3570
3571
# File 'lib/aws-sdk-storagegateway/types.rb', line 3565

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)


3565
3566
3567
3568
3569
3570
3571
# File 'lib/aws-sdk-storagegateway/types.rb', line 3565

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)


3565
3566
3567
3568
3569
3570
3571
# File 'lib/aws-sdk-storagegateway/types.rb', line 3565

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