RefreshSchemasStatus constructor

RefreshSchemasStatus({
  1. String? endpointArn,
  2. String? lastFailureMessage,
  3. DateTime? lastRefreshDate,
  4. String? replicationInstanceArn,
  5. RefreshSchemasStatusTypeValue? status,
})

Implementation

RefreshSchemasStatus({
  this.endpointArn,
  this.lastFailureMessage,
  this.lastRefreshDate,
  this.replicationInstanceArn,
  this.status,
});