Class: Aws::S3Tables::Types::IcebergUnreferencedFileRemovalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::IcebergUnreferencedFileRemovalSettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Contains details about the unreferenced file removal settings for an Iceberg table bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#non_current_days ⇒ Integer
The number of days an object has to be non-current before it is deleted.
-
#unreferenced_days ⇒ Integer
The number of days an object has to be unreferenced before it is marked as non-current.
Instance Attribute Details
#non_current_days ⇒ Integer
The number of days an object has to be non-current before it is deleted.
1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1278 class IcebergUnreferencedFileRemovalSettings < Struct.new( :unreferenced_days, :non_current_days) SENSITIVE = [] include Aws::Structure end |
#unreferenced_days ⇒ Integer
The number of days an object has to be unreferenced before it is marked as non-current.
1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1278 class IcebergUnreferencedFileRemovalSettings < Struct.new( :unreferenced_days, :non_current_days) SENSITIVE = [] include Aws::Structure end |