Container for the parameters to the ListVolumeRecoveryPoints operation.
            
This operation lists the recovery points for a specified gateway. This operation is supported only for the gateway-cached volume architecture.
Each gateway-cached volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListVolumeRecoveryPointsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListVolumeRecoveryPointsRequest()()()() | Initializes a new instance of the ListVolumeRecoveryPointsRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
            region.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ListVolumeRecoveryPointsRequest | |