AwsDynamoDbTableSseDescription constructor

AwsDynamoDbTableSseDescription({
  1. String? inaccessibleEncryptionDateTime,
  2. String? kmsMasterKeyArn,
  3. String? sseType,
  4. String? status,
})

Implementation

AwsDynamoDbTableSseDescription({
  this.inaccessibleEncryptionDateTime,
  this.kmsMasterKeyArn,
  this.sseType,
  this.status,
});