Class: Aws::S3Tables::Types::IcebergUnreferencedFileRemovalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::IcebergUnreferencedFileRemovalSettings
- Defined in:
- gems/aws-sdk-s3tables/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.
909 910 911 912 913 914 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 909 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.
909 910 911 912 913 914 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 909 class IcebergUnreferencedFileRemovalSettings < Struct.new( :unreferenced_days, :non_current_days) SENSITIVE = [] include Aws::Structure end |