Class: Aws::S3::Types::JournalTableConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#encryption_configurationTypes::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_expirationTypes::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