Datastore constructor
      
      Datastore({ 
    
    
- String? arn,
- DateTime? creationTime,
- FileFormatConfiguration? fileFormatConfiguration,
- DateTime? lastMessageArrivalTime,
- DateTime? lastUpdateTime,
- String? name,
- RetentionPeriod? retentionPeriod,
- DatastoreStatus? status,
- DatastoreStorage? storage,
Implementation
Datastore({
  this.arn,
  this.creationTime,
  this.fileFormatConfiguration,
  this.lastMessageArrivalTime,
  this.lastUpdateTime,
  this.name,
  this.retentionPeriod,
  this.status,
  this.storage,
});