AWS SDK for .NET Documentation
DescribeSnapshotsResult Class
AmazonAmazon.ElastiCache.ModelDescribeSnapshotsResult Did this page help you?   Yes   No    Tell us about it...

Represents the output of a DescribeSnapshots operation.

Declaration Syntax
C#
public class DescribeSnapshotsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeSnapshotsResult()()()()
Initializes a new instance of the DescribeSnapshotsResult class

Equals(Object)
Determines whether the specified Object is equal to the current 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Snapshots
A list of snapshots. Each item in the list contains detailed information about one snapshot.

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

WithSnapshots(array<Snapshot>[]()[][]) Obsolete.
Adds elements to the Snapshots collection

WithSnapshots(IEnumerable<(Of <<'(Snapshot>)>>)) Obsolete.
Adds elements to the Snapshots collection

Inheritance Hierarchy
Object
DescribeSnapshotsResult

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