Container for the parameters to the DescribeDBSnapshots operation.
Returns information about DBSnapshots. This API supports pagination.
| C# |
public class DescribeDBSnapshotsRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DescribeDBSnapshotsRequest()()()() | Initializes a new instance of the DescribeDBSnapshotsRequest class | |
| DBInstanceIdentifier |
A DB Instance Identifier to retrieve the list of DB Snapshots for. Cannot be used in conjunction with DBSnapshotIdentifier. This parameter
isn't case sensitive. Constraints:
| |
| DBSnapshotIdentifier |
A specific DB Snapshot Identifier to describe. Cannot be used in conjunction with DBInstanceIdentifier. This value is stored as a lowercase
string. Constraints:
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Marker |
An optional pagination token provided by a previous DescribeDBSnapshots request. If this parameter is specified, the response includes only
records beyond the marker, up to the value specified by MaxRecords.
| |
| MaxRecords |
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination
token called a marker is included in the response so that the remaining results may be retrieved. Default: 100 Constraints: minimum 20,
maximum 100
| |
| SnapshotType |
An optional snapshot type for which snapshots will be returned. If not specified, the returned results will include snapshots of all types.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithDBInstanceIdentifier(String) |
Sets the DBInstanceIdentifier property
| |
| WithDBSnapshotIdentifier(String) |
Sets the DBSnapshotIdentifier property
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithMaxRecords(Int32) |
Sets the MaxRecords property
| |
| WithSnapshotType(String) |
Sets the SnapshotType property
|
| Object | ||
| AmazonWebServiceRequest | ||
| DescribeDBSnapshotsRequest | ||