Class: Aws::S3::Types::JournalTableConfigurationUpdates

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

The specified updates to the S3 Metadata journal table configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_expirationTypes::RecordExpiration

The journal table record expiration settings for the journal table.



10729
10730
10731
10732
10733
# File 'lib/aws-sdk-s3/types.rb', line 10729

class JournalTableConfigurationUpdates < Struct.new(
  :record_expiration)
  SENSITIVE = []
  include Aws::Structure
end