Class: Aws::StorageGateway::Types::DescribeTapeRecoveryPointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeTapeRecoveryPointsOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
DescribeTapeRecoveryPointsOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#marker ⇒ String
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
-
#tape_recovery_point_infos ⇒ Array<Types::TapeRecoveryPointInfo>
An array of TapeRecoveryPointInfos that are available for the specified gateway.
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.
3935 3936 3937 3938 3939 3940 3941 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3935 class DescribeTapeRecoveryPointsOutput < Struct.new( :gateway_arn, :tape_recovery_point_infos, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
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.
3935 3936 3937 3938 3939 3940 3941 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3935 class DescribeTapeRecoveryPointsOutput < Struct.new( :gateway_arn, :tape_recovery_point_infos, :marker) SENSITIVE = [] include Aws::Structure end |
#tape_recovery_point_infos ⇒ Array<Types::TapeRecoveryPointInfo>
An array of TapeRecoveryPointInfos that are available for the specified gateway.
3935 3936 3937 3938 3939 3940 3941 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3935 class DescribeTapeRecoveryPointsOutput < Struct.new( :gateway_arn, :tape_recovery_point_infos, :marker) SENSITIVE = [] include Aws::Structure end |