ServerSideEncryptionConfiguration.fromXml constructor

ServerSideEncryptionConfiguration.fromXml(
  1. XmlElement? xml
)

Implementation

ServerSideEncryptionConfiguration.fromXml(XmlElement? xml) {
  rules = ServerSideEncryptionRule.fromXml(getProp(xml, 'Rules'));
}