Class: Aws::Types::DataEncryptionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DataEncryptionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_cleartext ⇒ Boolean
Returns the value of attribute allow_cleartext.
-
#allow_duplicates ⇒ Boolean
Returns the value of attribute allow_duplicates.
-
#allow_joins_on_columns_with_different_names ⇒ Boolean
Returns the value of attribute allow_joins_on_columns_with_different_names.
-
#preserve_nulls ⇒ Boolean
Returns the value of attribute preserve_nulls.
Instance Attribute Details
#allow_cleartext ⇒ Boolean
Returns the value of attribute allow_cleartext.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def allow_cleartext @allow_cleartext end |
#allow_duplicates ⇒ Boolean
Returns the value of attribute allow_duplicates.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def allow_duplicates @allow_duplicates end |
#allow_joins_on_columns_with_different_names ⇒ Boolean
Returns the value of attribute allow_joins_on_columns_with_different_names.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def allow_joins_on_columns_with_different_names @allow_joins_on_columns_with_different_names end |
#preserve_nulls ⇒ Boolean
Returns the value of attribute preserve_nulls.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def preserve_nulls @preserve_nulls end |