Class: Aws::Types::JournalTableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::JournalTableConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#record_expiration ⇒ Types::RecordExpiration
Returns the value of attribute record_expiration.
Instance Attribute Details
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def encryption_configuration @encryption_configuration end |
#record_expiration ⇒ Types::RecordExpiration
Returns the value of attribute record_expiration.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def record_expiration @record_expiration end |