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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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.



10565
10566
10567
10568
10569
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10565

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