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.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def allow_cleartext @allow_cleartext end |
#allow_duplicates ⇒ Boolean
Returns the value of attribute allow_duplicates.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 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.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 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.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def preserve_nulls @preserve_nulls end |