SSESpecification constructor

SSESpecification({
  1. bool? enabled,
  2. String? kMSMasterKeyId,
  3. SSEType? sSEType,
})

Implementation

SSESpecification({
  this.enabled,
  this.kMSMasterKeyId,
  this.sSEType,
});