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