GetReplicationRunsResponse constructor
GetReplicationRunsResponse({
- String? nextToken,
- ReplicationJob? replicationJob,
- List<
ReplicationRun> ? replicationRunList,
Implementation
GetReplicationRunsResponse({
this.nextToken,
this.replicationJob,
this.replicationRunList,
});