Class: Aws::S3::Types::JournalTableConfigurationUpdates
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::JournalTableConfigurationUpdates
- 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
-
#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.
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 |