Class: Aws::S3::Types::JournalTableConfigurationUpdates
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::JournalTableConfigurationUpdates
- 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
-
#record_expiration ⇒ Types::RecordExpiration
The journal table record expiration settings for the journal table.
Instance Attribute Details
#record_expiration ⇒ Types::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 |