File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
DynamoDbEncryption/runtimes/net/Extern Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ namespace software.amazon.cryptography.dbencryptionsdk.dynamodb.itemencryptor.in
88
99 public partial class InternalLegacyOverride
1010 {
11-
11+ public software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . _ILegacyPolicy _policy {
12+ get => software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . LegacyPolicy . Default ( ) ;
13+ set { } // Empty set to maintain the property signature
14+ }
15+ public software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . _ILegacyPolicy policy {
16+ get {
17+ return this . _policy ;
18+ }
19+ }
1220 public static Wrappers_Compile . _IResult <
1321 Wrappers_Compile . _IOption < InternalLegacyOverride > ,
1422 _IError
You can’t perform that action at this time.
0 commit comments