drs_describe_replication_configuration_templates {paws.developer.tools} | R Documentation |
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs
Description
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
See https://www.paws-r-sdk.com/docs/drs_describe_replication_configuration_templates/ for full documentation.
Usage
drs_describe_replication_configuration_templates(
maxResults = NULL,
nextToken = NULL,
replicationConfigurationTemplateIDs = NULL
)
Arguments
maxResults |
Maximum number of Replication Configuration Templates to retrieve. |
nextToken |
The token of the next Replication Configuration Template to retrieve. |
replicationConfigurationTemplateIDs |
The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates. |
[Package paws.developer.tools version 0.7.0 Index]