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
8
8
9
9
public partial class InternalLegacyOverride
10
10
{
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
+ }
12
20
public static Wrappers_Compile . _IResult <
13
21
Wrappers_Compile . _IOption < InternalLegacyOverride > ,
14
22
_IError
You can’t perform that action at this time.
0 commit comments