Class: Aws::S3::Types::JournalTableConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::JournalTableConfiguration
- Defined in:
- gems/aws-sdk-s3/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.
10493 10494 10495 10496 10497 10498 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10493 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.
10493 10494 10495 10496 10497 10498 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10493 class JournalTableConfiguration < Struct.new( :record_expiration, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |