Class: Aws::StorageGateway::Types::DescribeTapeRecoveryPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeTapeRecoveryPointsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DescribeTapeRecoveryPointsInput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#limit ⇒ Integer
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
-
#marker ⇒ String
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
Instance Attribute Details
#gateway_arn ⇒ String
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.
3515 3516 3517 3518 3519 3520 3521 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3515 class DescribeTapeRecoveryPointsInput < Struct.new( :gateway_arn, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
3515 3516 3517 3518 3519 3520 3521 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3515 class DescribeTapeRecoveryPointsInput < Struct.new( :gateway_arn, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
3515 3516 3517 3518 3519 3520 3521 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3515 class DescribeTapeRecoveryPointsInput < Struct.new( :gateway_arn, :marker, :limit) SENSITIVE = [] include Aws::Structure end |