Annotation Type DynamoDbIgnore


@Target(METHOD) @Retention(RUNTIME) @SdkPublicApi public @interface DynamoDbIgnore
Opts this attribute out of participating in the table schema. It will be completely ignored by the mapper.

Example using DynamoDbIgnore: