Class: Aws::S3::Types::JournalTableConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::JournalTableConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
The journal table configuration for an S3 Metadata configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
The encryption configuration for the journal table.
-
#record_expiration ⇒ Types::RecordExpiration
The journal table record expiration settings for the journal table.
Instance Attribute Details
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
The encryption configuration for the journal table.
10657 10658 10659 10660 10661 10662 |
# File 'lib/aws-sdk-s3/types.rb', line 10657 class JournalTableConfiguration < Struct.new( :record_expiration, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#record_expiration ⇒ Types::RecordExpiration
The journal table record expiration settings for the journal table.
10657 10658 10659 10660 10661 10662 |
# File 'lib/aws-sdk-s3/types.rb', line 10657 class JournalTableConfiguration < Struct.new( :record_expiration, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |