RefreshSchemasStatus constructor
RefreshSchemasStatus({
- String? endpointArn,
- String? lastFailureMessage,
- DateTime? lastRefreshDate,
- String? replicationInstanceArn,
- RefreshSchemasStatusTypeValue? status,
Implementation
RefreshSchemasStatus({
this.endpointArn,
this.lastFailureMessage,
this.lastRefreshDate,
this.replicationInstanceArn,
this.status,
});