Skip to content

Commit 346d335

Browse files
auto commit
1 parent 37b91f8 commit 346d335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DynamoDbEncryption/runtimes/rust/src/software_externs.rs

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ pub mod software {
5858
}
5959

6060
impl InternalLegacyOverride {
61+
pub fn policy(&self) -> Rc<LegacyPolicy> {
62+
self.r#__i_policy.clone()
63+
}
6164
pub fn Build(
6265
config: &Rc<crate::software::amazon::cryptography::dbencryptionsdk::dynamodb::itemencryptor::internaldafny::types::DynamoDbItemEncryptorConfig>,
6366
) -> Rc<

0 commit comments

Comments
 (0)