SSEDescription constructor

SSEDescription({
  1. DateTime? inaccessibleEncryptionDateTime,
  2. String? kMSMasterKeyArn,
  3. SSEType? sSEType,
  4. SSEStatus? status,
})

Implementation

SSEDescription({
  this.inaccessibleEncryptionDateTime,
  this.kMSMasterKeyArn,
  this.sSEType,
  this.status,
});