AWS SDK for .NET Documentation
DescribeDBSnapshotsRequest Class
AmazonAmazon.RDS.ModelDescribeDBSnapshotsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeDBSnapshots operation.

Returns information about DB snapshots. This API supports pagination.

Declaration Syntax
C#
public class DescribeDBSnapshotsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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 is not case sensitive. Constraints:
  • Must contain from 1 to 63 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

DBSnapshotIdentifier
A specific DB snapshot identifier to describe. Cannot be used in conjunction with DBInstanceIdentifier. This value is stored as a lowercase string. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
  • If this is the identifier of an automated snapshot, the SnapshotType parameter must also be specified.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filters
This parameter is not currently supported.

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
The type of snapshots that will be returned. Values can be "automated" or "manual." If not specified, the returned results will include all snapshots types.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDBInstanceIdentifier(String) Obsolete.
Sets the DBInstanceIdentifier property

WithDBSnapshotIdentifier(String) Obsolete.
Sets the DBSnapshotIdentifier property

WithFilters(array<Filter>[]()[][]) Obsolete.
Adds elements to the Filters collection

WithFilters(IEnumerable<(Of <<'(Filter>)>>)) Obsolete.
Adds elements to the Filters collection

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithSnapshotType(String) Obsolete.
Sets the SnapshotType property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeDBSnapshotsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)