AWS SDK for .NET Documentation
DescribeReplicationGroupsRequest Class
AmazonAmazon.ElastiCache.ModelDescribeReplicationGroupsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeReplicationGroups operation.

The DescribeReplicationGroups operation returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.

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



IconMemberDescription
DescribeReplicationGroupsRequest()()()()
Initializes a new instance of the DescribeReplicationGroupsRequest 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.

MaxRecords
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. Default: 100Constraints: minimum 20; maximum 100.

ReplicationGroupId
The identifier for the replication group to be described. This parameter is not case sensitive. If you do not specify this parameter, information about all replication groups is returned.

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

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithReplicationGroupId(String) Obsolete.
Sets the ReplicationGroupId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeReplicationGroupsRequest
See Also

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